HTTP Response Status Codes

HTTP response code shows that a HTTP request has been completed with some codes like 200, 201 etc. We can understand it like when a client or user request to server and then server give them some response with code. Using code , we can deduct that server response is success or fail or server side error etc easily but we need some technical knowledge in HTTP so we are going to discuss here about some technical things related to HTTP response codes.

HTTP have many response code list but we can group it.

  1. Informational responses (100–199)
  2. Successful responses (200–299)
  3. Redirects (300–399)
  4. Client errors (400–499)
  5. Server errors (500–599)

1. Informational responses (100–199)

100 Continue
If response code is 100 that’s means everything so is OK and that client should continue the request.
101 Switching Protocol
This indicates the protocol the server is switching to.
102 Processing (WebDAV)
If response code is 102 that’s means server has received the request and is processing the request, but no response is available yet.
103 Early Hints
This 103 response code used by Link type header and inform to the user agent start preloading resources while the server prepares a response.

Leave a Reply

Your email address will not be published. Required fields are marked *

Follow by Email
LinkedIn
Share
Instagram