The HTTP 200 OK is the most common return for successful HTTP requests. Simply the request has been received, understood and is being processed successfully. Actually, the response varies based on the request method used. The various request methods of 200 OK and its meaning are summarized below. GET: The target resource has been fetched and is transmitted in the...
Read MoreHTTP 100 Continue: The 100 Continue Error means that the server receives the request headers which has not yet been rejected by the server. So the server sends one final response to the user once the request has been fully received. The user can continue sending requests containing an Expect header field that includes a 100-continue expectation. Because the server...
Read MoreHTTP 101 Error Code: The HTTP 101 Switching Protocols status code means a temporary response, consisting notably of the Status-Line and optional headers, and is eliminated by an empty line. Since HTTP/1.0 did not specify any 1xx status codes, servers must not[note 1] transfer a 1xx response to an HTTP/1.0 client but under experimental circumstances. The HTTP 1xx...
Read MoreHTTP 401 Error Code: The 401 Unauthorized Error means that the request sent by the client needs more authorization even if the HTTP data stream sent by the client is valid. So if the authorization has not yet been provided or if the authorization tests being failed the server generates the HTTP 401 Unauthorized. Which is commonly called as “HTTP Basic...
Read MoreHTTP error code 102: The HTTP 102 Processing status code means a temporary response, consisting notably of the Status-Line and optional headers and is eliminated by an empty line. Since HTTP/1.0 did not specify any 1xx status codes, servers must not[note 1] transfer a 1xx response to an HTTP/1.0 client but under experimental circumstances. The HTTP 1xx informational...
Read More