HTTP status code quick query

Source: Internet
Author: User
Tags microsoft iis

In fact, this information is everywhere on the Internet, but for the convenience of my own search and use, I 'd like to repost it here.

 

1Xx-Informational

======================

These HTTP status codes indicate a provisional response. The client computer has es one or more 1XxResponses before the client computer has es a regular response.
Microsoft IIS 7.0 uses the following informational HTTP status codes:

    • 100-continue.
    • 101-switching protocols.

 

2Xx-Success

====================

These HTTP status codes indicate that the server successfully accepted the request.
Microsoft IIS 7.0 uses the following success HTTP status codes:

    • 200-OK. The client request has succeeded.
    • 201-created.
    • 202-accepted.
    • 203-Nonauthoritative information.
    • 204-NO content.
    • 205-Reset content.
    • 206-partial content.

3Xx-Redirection

====================

These HTTP status codes indicate that the client browser must take more action to fulfill the request. for example, the client browser may have to request a different page on the server. or, the client browser may have to repeat the request by using a proxy server.
IIS 7.0 uses the following redirection HTTP status codes:

    • 301-moved permanently.
    • 302-object moved.
    • 304-not modified.
    • 307-temporary redirect.

4Xx-Client Error

====================

these HTTP status codes indicate that an error occurred and that the client browser appears to be at fault. for example, the client browser may have requested a page that does not exist. or, the client browser may not have provided valid authentication information.
IIS 7.0 uses the following client error HTTP status codes:

  • 400-bad request. the request cocould not be understood by the server due to malformed syntax. the client shocould not repeat the request without modifications.
    IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 400 Error:
    • 400.1-Invalid Destination header.
    • 400.2-invalid depth header.
    • 400.3-invalid if header.
    • 400.4-invalid overwrite header.
    • 400.5-invalid translate header.
    • 400.6-invalid request body.
    • 400.7-Invalid Content Length.
    • 400.8-invalid timeout.
    • 400.9-invalid lock token.
  • 401-Access denied.
    IIS 7.0 defines several HTTP status codes that indicate a more specific cause of a 401 error. The following specific HTTP status codes are displayed in the client browser but are not displayed in the IIS log:
    • 401.1-Logon Failed.
    • 401.2-Logon failed due to server configuration.
    • 401.3-unauthorized due to ACL on resource.
    • 401.4-Authorization failed by filter.
    • 401.5-Authorization failed by ISAPI/cgi application.
  • 403-forbidden.
    IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 403 error:
    • 403.1-Execute access forbidden.
    • 403.2-Read Access forbidden.
    • 403.3-Write Access forbidden.
    • 403.4-SSL required.
    • 403.5-SSL 128 required.
    • 403.6-IP address rejected.
    • 403.7-client certificate required.
    • 403.8-site access denied.
    • 403.9-Forbidden: Too login clients are trying to connect to the web server.
    • 403.10-Forbidden: Web server is configured to deny Execute access.
    • 403.11-Forbidden: password has been changed.
    • 403.12-mapper denied accesskey.
    • 403.13-client certificate revoked.
    • 403.14-directory listing denied.
    • 403.15-Forbidden: Client Access Licenses have exceeded limits on the Web server.
    • 403.16-client certificate is untrusted or invalid.
    • 403.17-client certificate has expired or is not yet valid.
    • 403.18-cannot execute requested URL in the current application pool.
    • 403.19-cannot execute CGI applications for the client in this application pool.
    • 403.20-Forbidden: Passport Logon Failed.
    • 403.21-Forbidden: Source Access denied.
    • 403.22-Forbidden: infinite depth is denied.
    • 403.502-Forbidden: Too requested requests from the same client IP; Dynamic IP restriction limit reached.
  • 404-not found.
    IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 404 error:
    • 404.0-not found.
    • 404.1-site not found.
    • 404.2-ISAPI or CGI restriction.
    • 404.3-MIME type restriction.
    • 404.4-No handler configured.
    • 404.5-denied by request filtering configuration.
    • 404.6-verb denied.
    • 404.7-file extension denied.
    • 404.8-hidden namespace.
    • 404.9-File Attribute hidden.
    • 404.10-Request Header too long.
    • 404.11-request contains double escape sequence.
    • 404.12-request contains high-bit characters.
    • 404.13-content length too large.
    • 404.14-request URL too long.
    • 404.15-query string too long.
    • 404.16-Dav request sent to the static file handler.
    • 404.17-dynamic content mapped to the static file handler via a wildcard mime mapping.
    • 404.18-querystring sequence denied.
    • 404.19-denied by filtering rule.
    • 404.20-too required URL segments
  • 405-method not allowed.
  • 406-client browser does not accept the MIME type of the requested page.
  • 408-request timed out.
  • 412-precondition failed.

5Xx-Server Error

======================

These HTTP status codes indicate that the server cannot complete the request because the server encounters an error.
Microsoft IIS 7.0 uses the following server error HTTP status codes:

  • 500-internal server error.
    IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 500 error:
    • 500.0-module or ISAPI error occurred.
    • 500.11-application is shutting down on the Web server.
    • 500.12-application is busy restarting on the Web server.
    • 500.13-web server is too busy.
    • 500.15-direct requests for global. asax are not allowed.
    • 500.19-configuration data is invalid.
    • 500.21-module not recognized.
    • 500.22-an ASP. NET httpmodules configuration does not apply in managed pipeline mode.
    • 500.23-an ASP. NET httphandlers configuration does not apply in managed pipeline mode.
    • 500.24-an ASP. NET impersonation configuration does not apply in managed pipeline mode.
    • 500.50-a rewrite error occurred during rq_begin_request notification handling. A configuration or inbound rule execution error occurred.

      NoteHere is where the distributed rules configuration is read for both inbound and outbound rules.

    • 500.51-a rewrite error occurred during gl_pre_begin_request notification handling. A global configuration or global rule execution error occurred.

      NoteHere is where the global rules configuration is read.

    • 500.52-a rewrite error occurred during rq_send_response notification handling. an outbound rule execution occurred.
    • 500.53-a rewrite error occurred during rq_release_request_state notification handling. an outbound rule execution error occurred. The rule is configured to be executed before the output user cache gets updated.
    • 500.100-Internal ASP error.
  • 501-header values specify a configuration that is not implemented.
  • 502-web server received ed an invalid response while acting as a gateway or proxy.
    IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 502 error:
    • 502.1-CGI application timeout.
    • 502.2-Bad Gateway.
  • 503-service unavailable.
    IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 503 error:
    • 503.0-application pool unavailable.
    • 503.2-concurrent request limit exceeded.

 

The following KB contains the possible causes and repair methods for different error states.

 

Data Source

======================================

The HTTP status codes in IIS 7.0 and in IIS 7.5

Http://support.microsoft.com/kb/943891

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.