List of common HTTP error codes:

List of common HTTP error codes:

Some common status codes are:
200 - The server returned the web page successfully
404 - The requested web page does not exist
503 - The service is unavailable
Detailed breakdown:

1xx (provisional response)
Status codes that indicate a provisional response and require the requester to proceed with the action.
Code Description
100 (Continue) The requester should proceed with the request. The server returns this code to indicate that the first part of the request has been received and is waiting for the rest. 
101 (Switch protocol) The requester has asked the server to switch protocols, the server has confirmed and is ready to switch.

2xx (success)
Status code indicating that the request was processed successfully.
Code Description
200 (Success) The server has successfully processed the request. Typically, this means that the server served the requested web page.
201 (Created) The request was successful and the server created a new resource.
202 (Accepted) The server has accepted the request but has not yet processed it.
203 (Unauthorized Information) The server successfully processed the request, but the returned information may have come from another source.
204 (No Content) The server successfully processed the request but returned no content.
205 (Content reset) The server successfully processed the request but returned no content.
206 (Partial Content) The server successfully processed a partial GET request.

3xx (redirect)
indicates that further action is required to complete the request. Typically, these status codes are used for redirection.
code description
300 (multiple choice) The server can perform various actions on the request. The server may select an action based on the requestor (user agent), or provide a list of actions for the requester to choose from.
301 (Moved Permanently) The requested web page has been permanently moved to a new location. When the server returns this response (to a GET or HEAD request), it automatically redirects the requester to the new location.
302 (Moved temporarily) The server is currently responding to the request from a web page in a different location, but the requester should continue to use the original location for future requests.
303 (See other locations) The server returns this code when the requester should use separate GET requests for different locations to retrieve the response.
304 (Not Modified) The requested page has not been modified since the last request. When the server returns this response, no web page content is returned.
305 (Use Proxy) The requester can only use a proxy to access the requested web page. If the server returns this response, it also indicates that the requester should use a proxy.
307 (Temporary Redirect) The server is currently responding to the request from a web page in a different location, but the requester should continue to use the original location for future requests.

4xx (Request Error)
These status codes indicate that the request may have gone wrong, preventing the server from processing it.
Code Description
400 (Bad Request) The server does not understand the syntax of the request.
401 (Unauthorized) The request requires authentication. The server may return this response for web pages that require login.
403 (Forbidden) The server rejected the request.
404 (Not Found) The server cannot find the requested web page.
405 (Method Disabled) Disables the method specified in the request.
406 (Not Accepted) The requested web page could not be responded to with the requested content attributes.
407 (Proxy Authorization Required) This status code is similar to 401 (Unauthorized), but specifies that the requester should authorize the use of the proxy.
408 (Request Timeout) The server timed out while waiting for the request.
409 (Conflict) The server encountered a conflict in completing the request. The server MUST include information about the conflict in the response.
410 (Deleted) The server returns this response if the requested resource has been permanently deleted.
411 (Valid Length Required) The server did not accept requests without a payload-length header field.
412 (Precondition not met) The server did not satisfy one of the preconditions set by the requester in the request.
413 (Request Entity Too Large) The server cannot process the request because the request entity is too large for the server to handle.
414 (Request URI Too Long) The requested URI (usually a URL) is too long for the server to process.
415 (Unsupported media type) The requested format is not supported by the requested page.
416 (Requested range does not meet requirements) The server returns this status code if the page cannot provide the requested range.
417 (Expected value not met) The server did not meet the requirements for the "Expected" request header field.

5xx (Server Error)
These status codes indicate that the server experienced an internal error while trying to process the request. These errors may be errors of the server itself, not the request.
Code Description
500 (Internal Server Error) The server encountered an error and could not complete the request.
501 (Not yet implemented) The server is not capable of fulfilling the request. This code may be returned, for example, when the server does not recognize the request method.
502 (Bad Gateway) The server, acting as a gateway or proxy, received an invalid response from an upstream server.
503 (Service Unavailable) The server is currently unavailable (due to overloading or downtime for maintenance). Usually, this is only a temporary state.
504 (Gateway Timeout) The server is acting as a gateway or proxy, but did not receive a request from the upstream server in a timely manner.
505 (HTTP version not supported) The server does not support the HTTP protocol version used in the request.

 

HttpWatch status code Result is

200 - The server returned the web page successfully and the client request was successful. 
302 - Object moved temporarily. The server is currently responding to requests from pages in a different location, but the requester should continue to use the original location for future requests.
304 - is a redirect. The requested page has not been modified since the last request. When the server returns this response, no web page content is returned.
401 - Unauthorized. The request requires authentication. The server may return this response for web pages that require login.
404 - Not found. The server cannot find the requested web page.
2xx - Success. Indicates that the server successfully accepted the client request.
3xx - Redirect. Indicates that further action is required to complete the request. The client browser has to take more action to fulfill the request. For example, the browser may have to request a different page on the server, or repeat the request through a proxy server.
4xx - Bad request. These status codes indicate that the request may have gone wrong, preventing the server from processing it.
5xx - Server error. Indicates that the server encountered an internal error while trying to process the request. These errors may be errors of the server itself, not the request.

Reprinted from: http://www.seorv.com/bbs/forum.php?mod=viewthread&tid=4929&archiver=1

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325595328&siteId=291194637