Matthias Scherrer >>HTTP Codes nach RFC 2616

Unix, Open Source, News & other random stuff...

* under construction
 

Eine Beschreibung der HTTP/1.0 Status Codes nach RFC2616 findet man z.B. auf www.w3.org.


      Informational 1xx
        100 is Continue
        101 is Switching Protocols

       Successful 2xx
        200 is OK
        201 is Created
        202 is Accepted
        203 is Non-Authoritative Information
        204 is No Content
        205 is Reset Content
        206 is Partial Content

       Redirection 3xx
        300 is Multiple Choices
        301 is Moved Permanently
        302 is Moved Temporalily
        304 is Not Modified
        305 is Use Proxy
        307 is Temporary Redirect

       Client Error 4xx
        400 is Bad Request
        401 is Unauthorized
        403 is Forbidden
        404 is Not Found
        405 is Method Not Allowed
        406 is Not Acceptable
        407 is Proxy Authentication Required
        408 is Request Time-out
        409 is Conflict
        410 is Gone
        411 is Length Required
        412 is Precondition Failed
        413 is Request Entity Too Large
        414 is Request-URI Too Large
        415 is Unsupported Media Type
        416 is Requested range not satisfiable
        417 is Expectation Failed

       Server Error 5xx
        500 is Internal Server Error
        501 is Not Implemented
        502 is Bad Gateway
        503 is Service Unavailable
        504 is Gateway Time-out
        505 is HTTP Version not supported.


This page last updated on Sat Jun 28 19:58:58 CEST 2003
Copyright © 2002 Matthias Scherrer. All rights reserved.
Valid HTML 4.01! Seitenanfang