HTTP response Status Code reference

Source: Internet
Author: User

1XX: InformationThe continue server only receives partial requests, but once the server does not reject the request, the client should continue to send the remaining requests.101 Switching Protocols Server Conversion protocol: The server translates the client's request to a different protocol.2XX: SuccessA successful request (followed by an answer document for Get and post requests)The 201 created request is created and the new resource is created.202 accepted the request for processing has been accepted, but processing is not completed.203 Non-authoritative Information The document has returned normally, but some of the answer headers may be incorrect because a copy of the document is being used.204 No content There are no new documents. The browser should continue to display the original document. This status code is useful if the user refreshes the page on a regular basis and the servlet can determine that the user's document is new enough.205 Reset content does not have a new document. But the browser should reset what it displays. Used to force the browser to clear the form input.The 206 Partial content client sends a GET request with a range header that the server has completed.3XX: redirectMultiple choices multiple options. A list of links. The user can select a link to reach the destination. A maximum of five addresses are allowed.301 Moved Permanently The requested page has been transferred to the new URL.302 Moved temporarily The requested page has been temporarily transferred to the new URL.303 see another page that is requested can be found under a different URL.304 Not modified the document was not modified as expected. The client has a buffered document and issues a conditional request (typically providing a if-modified-since header indicating that the customer only wants to update the document than the specified date). The server tells the customer that the original buffered document can continue to be used.305 Use proxy The document requested by the client should be extracted from the agent server indicated by the location header.306 unused This code is used in the previous version. It is no longer used, but the code is still retained.307 Temporary REDIRECT The requested page has been temporarily moved to the new URL.4XX: Client ErrorThe requests server failed to understand the request.401 Unauthorized The requested page requires a user name and password.401.1 Login failed.401.2 server configuration causes logon failures.401.3 the ACL is not authorized because of a resource limitation.401.4 Filter Authorization failed.401.5ISAPI/CGI application authorization failed.401.7 access is denied by the URL authorization policy on the WEB server. This error code is IIS6.0 is dedicated.402 Payment Required This code is not yet available.403 Forbidden access to the requested page is forbidden.403.1 execution access is forbidden.403.2 Read access is forbidden.403.3 Write access is forbidden.403.4 requires SSL.403.5 SSL Required128.The 403.6IP address was rejected.403.7 requires a client certificate.403.8 site access is denied.403.9 too many users.403.10 configuration is not valid.403.11 password changes.403.12 deny access to the mapping table.403.13 The client certificate is revoked.403.14 reject directory list.403.15 Client access permission exceeded.403.16 client certificate is not trusted or invalid.403.17 the client certificate has expired or is not yet valid.403.18 The requested URL cannot be executed in the current application pool. This error code is IIS6.0 is dedicated.403.19 CGI cannot be executed for clients in this application pool. This error code is IIS6.0 is dedicated.403.20Passport Login failed. This error code is IIS6.0 is dedicated.404 Not Found server could not find the requested page.404.0 no files or directories found.404.1 the Web site cannot be accessed on the requested port.404.2Web service Extension Lockout policy blocks this request.The 404.3MIME mapping policy blocks this request.405 Method Not allowed the methods specified in the request are not allowed.The response generated by the 406 not acceptable server cannot be accepted by the client.407 Proxy Authentication required the user must first authenticate with a proxy server so that the request is processed.408 Request timeout requests exceeded the server's wait time.409 conflict The request could not be completed due to a conflict.410 gone The requested page is not available.411 Length Required"Content-length" is not defined. If there is no such content, the server will not accept the request.412 Precondition failed The prerequisites in the request are evaluated by the server as failed.413 Request Entity Too Large The server will not accept requests because the requested entity is too large.414 Request-url Too Long because the URL is too long, the server will not accept the request. This occurs when the POST request is converted to a GET request with very long query information.415 unsupported media Type the server does not accept requests because the media types are not supported.416 requested range not satisfiable server does not meet the Range header specified by the customer in the request.417 expectation failed execution failed.423 locked error.5XX: Server ErrorThe Internal Server error request was not completed. The server encountered unpredictable conditions. 500.12 The application is busy restarting on the WEB server. The 500.13Web server is too busy. 500.15 Direct Request for Global.asa is not allowed. The 500.16UNC authorization credentials are incorrect. This error code is specific to IIS 6.0. The 500.18URL authorization store cannot be opened. This error code is specific to IIS 6.0. 500.100 Internal ASP error. 501 Not implemented request was not completed. The requested functionality is not supported by the server. 502 Bad Gateway request was not completed. The server received an invalid response from the upstream server. 502.1CGI application timed out. 502.2CGI Application error. 503 Service unavailable request not completed. The server is temporarily overloaded or in a machine. 504 Gateway Timeout. 505 HTTP version not supported server does not support the HTTP protocol version indicated in the request            

HTTP response Status Code reference

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.