When you access any application over internet or intranet, every HTTP request that is received by a server is responded to with an HTTP status code which is a 3 digit code, and are grouped into various different classes such as 1xx (Informational), 2xx (Success), 3xx (Redirection), 4xx (Client Error) and 5xx (Server Error). Suggested […]
Tag: http status codes
1xx, 2xx, 3xx, 4xx and 5xx HTTP Status Codes
HTTP status codes are classified into 5 broad categories. The status codes provide an easy way for clients to understand the results of their transactions. As methods tell the server what to do, status codes tell the client what happened. Status codes live in the start lines of responses. For example, in the line “HTTP/1.1 […]