INFO: HTTP Reply Codes and Messages

Last reviewed: December 11, 1997
Article ID: Q173971
The information in this article applies to:
  • Microsoft Visual InterDev, version 1.0

SUMMARY

Below is a listing of the HTTP reply codes and their meanings. This can be helpful when troubleshooting Internet-based errors.

MORE INFORMATION

HTTP Reply Codes and Messages

Reply Code   Reason Phrase      Definition

200          OK                 The request was successful.

201          Created            The request was successful and a new
                                resource was created.

202          Accepted           The request was accepted for processing,
                                but the processing is not yet complete.

204          No Content         The server has processed the request but
                                there is no new information to be returned.

300          Multiple           The requested resource is available at one
                                or more locations.

301          Moved Permanently  The requested resource has been assigned a
                                new URL and any further references should
                                use this new URL.

302          Moved Temporarily  The requested resource resides at a
                                different location, but will return to this
                                location in the future.

304          Not Modified       The requested resource has not been
                                modified since the date specified in the
                                If-Modified_Since header.

400          Bad Request        The server could not properly interpret the
                                request.

401          Unauthorized       The request requires user authorization.

403          Forbidden          The server has understood the request and
                                has refused to satisfy it.

404          Not Found          The server cannot find the information
                                specified in the request.

500          Internal Server    The server could not satisfy the request
             Error              due to an internal error condition.

501          Not Implemented    The server does not support the requested
                                feature.
502          Bad Gateway        The server received an invalid response
                                from the server from which it was trying to
                                retrieve information.

503          Service            The server cannot process this request
             Unavailable        at the current time.

REFERENCES

For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

   http://support.microsoft.com/support/vinterdev/


Additional query words: error

Keywords : VIMisc
Technology : kbInetDev
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbtshoot


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.