Revision as of 01:48, 14 June 2020 editLowercase sigmabot III (talk | contribs)Bots, Template editors2,293,709 editsm Archiving 1 discussion(s) to Talk:List of HTTP status codes/Archive 5) (bot← Previous edit | Revision as of 18:29, 19 July 2020 edit undo2603:6000:8d40:77f:25f6:2be7:c3bc:33b1 (talk) →Semi-protected edit request on 19 July 2020: new sectionNext edit → | ||
Line 45: | Line 45: | ||
The article previously made the following claim but, in fact, you are able to specify an error_page for errors 495 and 495. Failing this configuration, a default error page is returned. | The article previously made the following claim but, in fact, you are able to specify an error_page for errors 495 and 495. Failing this configuration, a default error page is returned. | ||
<blockquote>These are only used for logging purposes, no actual response is sent with these codes.</blockquote> | <blockquote>These are only used for logging purposes, no actual response is sent with these codes.</blockquote> | ||
== Semi-protected edit request on 19 July 2020 == | |||
Error 100 Continue | |||
Error 101 Switching Protocols | |||
Error 102 Processing | |||
Error 103 Early Hints | |||
2xx Success | |||
Error 200 OK | |||
Error 201 Created | |||
Error 202 Accepted | |||
Error 203 Non-Authoritative Information | |||
Error 204 No Content | |||
Error 205 Reset Content | |||
Error 206 Partial Content | |||
Error 207 Multi-Status | |||
Error 208 Already Reported | |||
Error 226 IM Used | |||
3xx Redirection | |||
Error 300 Multiple Choice | |||
Error 301 Moved Permanently | |||
Error 302 Found | |||
Error 303 See Other | |||
Error 304 Not Modified | |||
Error 305 Use Proxy | |||
Error 306 (unused an errors) | |||
Error 307 Temporary Redirect | |||
Error 308 Permanent Redirect | |||
4xx Client Error | |||
Error 400 Bad Request | |||
Error 401 Unauthorized | |||
Error 402 Payment Required | |||
Error 403 Forbidden | |||
Error 404 Not Found | |||
Error 405 Method Not Allowed | |||
Error 406 Not Acceptable | |||
Error 407 Proxy Authentication Required | |||
Error 408 Request Timeout | |||
Error 409 Conflict | |||
Error 410 Gone | |||
Error 411 Length Required | |||
Error 412 Precondition Failed | |||
Error 413 Payload Too Large | |||
Error 414 Request-URI Too Long | |||
Error 415 Unsupported Media Type | |||
Error 416 Range Not Satisfiable | |||
Error 417 Expectation Failed | |||
Error 418 I'm a teapot | |||
Error 421 Misdirected Request | |||
Error 422 Unprocessable Entity | |||
Error 423 Locked | |||
Error 424 Failed Dependency | |||
Error 425 Too Early | |||
Error 426 Upgrade Required | |||
Error 428 Precondition Required | |||
Error 429 Too Many Requests | |||
Error 431 Request Header Fields Too Large | |||
Error 451 Unavailable for Legal Reasons | |||
Error 452 Too Many Recipients | |||
5xx Server Error | |||
Error 500 Internal Server Error | |||
Error 501 Not Implemented | |||
Error 502 Bad Gateway | |||
Error 503 Service Unavailable | |||
Error 504 Gateway Timed Out | |||
Error 505 HTTP Version Unsupported | |||
Error 506 Variant Also Negotiates | |||
Error 507 Insufficient Storage | |||
Error 508 Loop Detected | |||
Error 510 Not Extended | |||
Error 511 Network Authentication Required | |||
Error 599 Network Timed Out |
Revision as of 18:29, 19 July 2020
This is the talk page for discussing improvements to the List of HTTP status codes article. This is not a forum for general discussion of the article's subject. |
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
Archives: 1, 2, 3, 4, 5, 6Auto-archiving period: 30 days |
Template:Friendly search suggestions
This article has not yet been rated on Misplaced Pages's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||||||
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
{{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
|
This is the talk page for discussing improvements to the List of HTTP status codes article. This is not a forum for general discussion of the article's subject. |
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
Archives: 1, 2, 3, 4, 5, 6Auto-archiving period: 30 days |
Decimal codes?
Is there an http error code with a decimal code? I thought i once saw a slashdoted webpage display something like:
5xx.x - too many clients connected to server try again later Microsoft internet services ver x ( or whatever ms calls their webserver
this was a while ago so i'm not sure if i remeber this right, but i was just wondering. Bawolff 05:13, 8 Mar 2005 (UTC)
- RFC 1945 defines the response line as follows.
- Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF
- The Status-Code element is a 3-digit integer result code of the attempt to understand and satisfy the request. The Reason-Phrase is intended to give a short textual description of the Status-Code. The Status-Code is intended for use by automata and the Reason-Phrase is intended for the human user. The client is not required to examine or display the Reason-Phrase.
- So no, there's no decimal code. The status code is used by the client to take an action, e.g. prompt for a password, re-fetch from a different location, etc. If a server output a dodgy code it would confuse the client, though it's worth remembering that what you see in the client is usually a HTML page generated by the server and is part of the body of the response – which doesn't necessarily contain the same status information as it gives to the client in the header.
- — Lee J Haywood 19:59, 8 Mar 2005 (UTC)
okay. I was just wondering because I thought I saw on once. Bawolff 23:49, 9 Mar 2005 (UTC)
- IIS has different ways of handling the same error depending on how it was caused. It returns the correct status code to the user, however, its default error pages also have sub-codes for explaining the particular circumstances behind an error. While there are numerous 401.x or 403.x pages, officially they are all classed as their respective main class. Chris 00:36, 26 Mar 2005 (UTC)
Sample header for every status code?
just like in Hypertext_Transfer_Protocol#Sample
Maybe just a link to a page of samples? Anyone know of one? If I find them, would it be good to add them?
nginx
The article previously made the following claim but, in fact, you are able to specify an error_page for errors 495 and 495. Failing this configuration, a default error page is returned.
These are only used for logging purposes, no actual response is sent with these codes.
Semi-protected edit request on 19 July 2020
Error 100 Continue
Error 101 Switching Protocols
Error 102 Processing
Error 103 Early Hints
2xx Success
Error 200 OK
Error 201 Created
Error 202 Accepted
Error 203 Non-Authoritative Information
Error 204 No Content
Error 205 Reset Content
Error 206 Partial Content
Error 207 Multi-Status
Error 208 Already Reported
Error 226 IM Used
3xx Redirection
Error 300 Multiple Choice Error 301 Moved Permanently Error 302 Found Error 303 See Other Error 304 Not Modified Error 305 Use Proxy Error 306 (unused an errors) Error 307 Temporary Redirect Error 308 Permanent Redirect
4xx Client Error
Error 400 Bad Request
Error 401 Unauthorized
Error 402 Payment Required
Error 403 Forbidden
Error 404 Not Found
Error 405 Method Not Allowed
Error 406 Not Acceptable
Error 407 Proxy Authentication Required
Error 408 Request Timeout
Error 409 Conflict
Error 410 Gone
Error 411 Length Required
Error 412 Precondition Failed
Error 413 Payload Too Large
Error 414 Request-URI Too Long
Error 415 Unsupported Media Type
Error 416 Range Not Satisfiable
Error 417 Expectation Failed
Error 418 I'm a teapot
Error 421 Misdirected Request
Error 422 Unprocessable Entity
Error 423 Locked
Error 424 Failed Dependency
Error 425 Too Early
Error 426 Upgrade Required
Error 428 Precondition Required
Error 429 Too Many Requests
Error 431 Request Header Fields Too Large
Error 451 Unavailable for Legal Reasons
Error 452 Too Many Recipients
5xx Server Error
Error 500 Internal Server Error
Error 501 Not Implemented
Error 502 Bad Gateway
Error 503 Service Unavailable
Error 504 Gateway Timed Out
Error 505 HTTP Version Unsupported
Error 506 Variant Also Negotiates
Error 507 Insufficient Storage
Error 508 Loop Detected
Error 510 Not Extended
Error 511 Network Authentication Required
Error 599 Network Timed Out