 |
 |
| home |
Paßmann Media |
News/Service |
About |
Advanced Search |
SDR Special |
| deutsch |
Classified Ads |
Audio |
FAQ |
Starter's Info |
| |
Statuscodes |
Can you tell HTTP-Statuscodes ?
Every Statuscode has got an unique number.
- 1xx: Continue
- 2xx: Success
- 3xx: Redirection
- 4xx: Client-Error
- 5xx: Server-Error
- xxx: "Under construction" indicates that the page only offers a limited content
- xxx: "Under construction for months" indicates that the page has not been improved for at least 3 months
|
 |
|
| Use of 1xx (Continue) statuscodes: |
top of page |
Cite from Apache documentation/HTTP_Features.tsv
10.1.1 100 Continue y y
10.1.2 101 Switching Protocols Y n
--snip--
100 Continue sent on all bodied requests, as per RFC 2068.
End of Cite
|
|
| 2xx: Success |
top of page |
These codes make everybody happy, because in the case of their appearance everything worked just as it should.
It is self-evident that sometimes this must not mean that you get what you want =;->
- 200: OK
- 201: Created
- 202: Accepted
- 203: Non-Authoriative Information
- 204: No Content
- 205: Reset Content
- 206: Partial Content
|
 |
|
| 3xx: Redirection |
top of page |
The requested data was found, but further steps are necessary to provide availability.
- 300: Multiple Choices
- 301: Moved Permantently
- 302: Moved Temporarily
- 304: Not Modified
- 305: Use Proxy
- 307: Temporary Redirect
|
 |
|
| 4xx: Client-Error |
top of page |
These errors are caused on the client's (your) side.
Sometimes you can success in repeated request.
- 400: Bad Request
- 401: Unauthorized
- 402: Payment Required
- 403: Forbidden
- 404: Not Found
- 405: Method not allowed
- 406: None Acceptable
- 407: Proxy Authentication Required
- 408: Request Timeout
- 409: Conflict
- 410: Gone
- 411: Length Required
- 412: Precondition Failed
- 413: Request Entity Too Large
- 414: Request-URI Too Long
- 415: Unsupported Media Type
- 416: Requested range not satisfiable
- 417: Expectation Failed
|
 |
|
| 5xx: Server-Error |
top of page |
These errors have their cause on the server's (remote) side.
If you really need the data, you should email the Webmaster of the Server in question.
- 500: Internal Server Error
- 501: Not implemented
- 502: Bad Gateway
- 503: Service unavailable
- 504: Gateway timeout
- 505: HTTP Version Not Supported
|
 |
|
 |
 |