HTML status codes


2xx Success The action was successfully received, understood, and accepted. This class of status code indicates that the client's request was successfully received, understood, and accepted. 1xx Informational Request received, continuing process. This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line. Since HTTP/1.0 did not define any 1xx status codes, servers must not send a 1xx response to an HTTP/1.0 client except under experimental conditions. 3xx Redirection The client must take additional action to complete the request. This class of status code indicates that further action needs to be taken by the user agent in order to fulfil the request. The action required may be carried out by the user agent without interaction with the user if and only if the method used in the second request is GET or HEAD. A user agent should not automatically redirect a request more than 5 times, since such redirections usually indicate an infinite loop. 4xx Client Error The 4xx class of status code is intended for cases in which the client seems to have erred. Except when responding to a HEAD request, the server should include an entity containing an explanation of the error situation, and whether it is a temporary or permanent condition. These status codes are applicable to any request method. User agents should display any included entity to the user. These are typically the most common error codes encountered while online. 5xx Server Error The server failed to fulfil an apparently valid request. Response status codes beginning with the digit '5' indicate cases in which the server is aware that it has encountered an error or is otherwise incapable of performing the request. Except when responding to a HEAD request, the server [i:xsf4s8z7]should[/i:xsf4s8z7] include an entity containing an explanation of the error situation, and indicate whether it is a temporary or permanent condition. Likewise, user agents [i:xsf4s8z7]should[/i:xsf4s8z7] display any included entity to the user. These response codes are applicable to any request method.
Topic Replies Views Activity
0 661 October 14, 2014
0 1023 January 22, 2009
0 1065 January 23, 2009
0 959 January 23, 2009
0 1403 January 23, 2009
0 678 January 22, 2009