List of HTTP Status Codes
List of HTTP Status Codes
Unless otherwise stated, the status code is part of the HTTP standard.[1]
The Internet Assigned Numbers Authority (IANA) maintains the official registry of HTTP status codes.[2]
All HTTP response status codes are separated into five classes or categories. The first digit of the status code defines the class of response, while
the last two digits do not have any classifying or categorization role. There are five classes defined by the standard:
100 Continue
The server has received the request headers and the client should proceed to send the request body (in the case of a request for which a
body needs to be sent; for example, a POST request). Sending a large request body to a server after a request has been rejected for
inappropriate headers would be inefficient. To have a server check the request's headers, a client must send Expect: 100-continue as
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 1/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
a header in its initial request and receive a 100 Continue status code in response before sending the body. If the client receives an error
code such as 403 (Forbidden) or 405 (Method Not Allowed) then it should not send the request's body. The response 417 Expectation
Failed indicates that the request should be repeated without the Expect header as it indicates that the server does not support
expectations (this is the case, for example, of HTTP/1.0 servers).[1]: §10.1.1
101 Switching Protocols
The requester has asked the server to switch protocols and the server has agreed to do so.
102 Processing (WebDAV; RFC 2518)
A WebDAV request may contain many sub-requests involving file operations, requiring a long time to complete the request. This code
indicates that the server has received and is processing the request, but no response is available yet.[3] This prevents the client from timing
out and assuming the request was lost. The status code is deprecated.[4]
103 Early Hints (RFC 8297)
Used to return some response headers before final HTTP message.[5]
2xx success
This class of status codes indicates the action requested by the client was received, understood, and accepted.[2]
200 OK
Standard response for successful HTTP requests. The actual response will depend on the request method used. In a GET request, the
response will contain an entity corresponding to the requested resource. In a POST request, the response will contain an entity describing
or containing the result of the action.
201 Created
The request has been fulfilled, resulting in the creation of a new resource.[6]
202 Accepted
The request has been accepted for processing, but the processing has not been completed. The request might or might not be eventually
acted upon, and may be disallowed when processing occurs.
203 Non-Authoritative Information (since HTTP/1.1)
The server is a transforming proxy (e.g. a Web accelerator) that received a 200 OK from its origin, but is returning a modified version of the
origin's response.[1]: §15.3.4 [1]: §7.7
204 No Content
The server successfully processed the request, and is not returning any content.
205 Reset Content
The server successfully processed the request, asks that the requester reset its document view, and is not returning any content.
206 Partial Content
The server is delivering only part of the resource (byte serving) due to a range header sent by the client. The range header is used by HTTP
clients to enable resuming of interrupted downloads, or split a download into multiple simultaneous streams.
207 Multi-Status (WebDAV; RFC 4918)
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 2/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
The message body that follows is by default an XML message and can contain a number of separate response codes, depending on how
many sub-requests were made.[7]
208 Already Reported (WebDAV; RFC 5842)
The members of a DAV binding have already been enumerated in a preceding part of the (multistatus) response, and are not being included
again.
226 IM Used (RFC 3229)
The server has fulfilled a request for the resource, and the response is a representation of the result of one or more instance-manipulations
applied to the current instance.[8]
3xx redirection
This class of status code indicates the client must take additional action to complete the request. Many of these status codes are used in URL
redirection.[2]
A user agent may carry out the additional action with no user interaction only if the method used in the second request is GET or HEAD. A user
agent may automatically redirect a request. A user agent should detect and intervene to prevent cyclical redirects.[1]: §15.4
coffee.[18]
This HTTP status is used as an Easter egg in some websites, such as Google.com's "I'm a teapot" easter egg.[19][20][21]
Sometimes, this status code is also used as a response to a blocked request, instead of the more appropriate 403 Forbidden.[22][23]
421 Misdirected Request
The request was directed at a server that is not able to produce a response (for example because of connection reuse).
422 Unprocessable Content
The request was well-formed (i.e., syntactically correct) but could not be processed.[1]: §15.5.21
423 Locked (WebDAV; RFC 4918)
The resource that is being accessed is locked.[7]
424 Failed Dependency (WebDAV; RFC 4918)
The request failed because it depended on another request and that request failed (e.g., a PROPPATCH).[7]
425 Too Early (RFC 8470)
Indicates that the server is unwilling to risk processing a request that might be replayed.
426 Upgrade Required
The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header field.
428 Precondition Required (RFC 6585)
The origin server requires the request to be conditional. Intended to prevent the 'lost update' problem, where a client GETs a resource's
state, modifies it, and PUTs it back to the server, when meanwhile a third party has modified the state on the server, leading to a conflict.[24]
429 Too Many Requests (RFC 6585)
The user has sent too many requests in a given amount of time. Intended for use with rate-limiting schemes.[24]
431 Request Header Fields Too Large (RFC 6585)
The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large.[24]
451 Unavailable For Legal Reasons (RFC 7725)
A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested
resource.[25] The code 451 was chosen as a reference to the novel Fahrenheit 451 (see the Acknowledgements in the RFC).
Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has encountered an error or is otherwise
incapable of performing the request. Except when responding to a HEAD request, the server should include an entity containing an explanation of
the error situation, and indicate whether it is a temporary or permanent condition. Likewise, user agents should display any included entity to the
user. These response codes are applicable to any request method.
Unofficial codes
The following codes are not specified by any standard.
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 7/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
Returned by version 1 of the Twitter Search and Trends API when the client is being rate limited; versions 1.1 and later use the 429 Too
Many Requests response code instead.[33] The phrase "Enhance your calm" comes from the 1993 movie Demolition Man, and its
association with this number is likely a reference to cannabis.
430 Request Header Fields Too Large (Shopify)
A deprecated response used by Shopify, instead of the 429 Too Many Requests response code, when too many URLs are requested within
a certain time frame.[34]
430 Shopify Security Rejection (Shopify)
Used by Shopify to signal that the request was deemed malicious.[35]
450 Blocked by Windows Parental Controls (Microsoft)
The Microsoft extension code indicated when Windows Parental Controls are turned on and are blocking access to the requested
webpage.[36]
498 Invalid Token (Esri)
Returned by ArcGIS for Server. Code 498 indicates an expired or otherwise invalid token.[37]
499 Token Required (Esri)
Returned by ArcGIS for Server. Code 499 indicates that a token is required but was not submitted.[37]
509 Bandwidth Limit Exceeded (Apache Web Server/cPanel)
The server has exceeded the bandwidth specified by the server administrator; this is often used by shared hosting providers to limit the
bandwidth of customers.[38]
529 Site is overloaded
Used by Qualys in the SSLLabs server testing API to signal that the site can not process the request.[39]
530 Site is frozen
Used by the Pantheon Systems web platform to indicate a site that has been frozen due to inactivity.[40]
530 Origin DNS Error (Shopify)
Used by Shopify to indicate that Cloudflare can't resolve the requested DNS record.[35]
540 Temporarily Disabled (Shopify)
Used by Shopify to indicate that the requested endpoint has been temporarily disabled.[35]
598 (Informal convention) Network read timeout error
Used by some HTTP proxies to signal a network read timeout behind the proxy to a client in front of the proxy.[41]
599 Network Connect Timeout Error
An error used by some HTTP proxies to signal a network connect timeout behind the proxy to a client in front of the proxy.
783 Unexpected Token (Shopify)
Used by Shopify to indicate that the request includes a JSON syntax error.[35]
999 Non-standard
Error 999 is used by LinkedIn and is related to being blocked/walled or unable to access their webpages without first signing in.[42]
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 8/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
IIS sometimes uses additional decimal sub-codes for more specific information,[47] however these sub-codes only appear in the response payload
and in documentation, not in the place of an actual HTTP status code.
nginx
The nginx web server software expands the 4xx error space to signal issues with the client's request.[48][49]
444 No Response
Used internally[50] to instruct the server to return no information to the client and close the connection immediately.
494 Request header too large
Client sent too large request or too long header line.
495 SSL Certificate Error
An expansion of the 400 Bad Request response code, used when the client has provided an invalid client certificate.
496 SSL Certificate Required
An expansion of the 400 Bad Request response code, used when a client certificate is required but not provided.
497 HTTP Request Sent to HTTPS Port
An expansion of the 400 Bad Request response code, used when the client has made a HTTP request to a port listening for HTTPS
requests.
499 Client Closed Request
Used when the client has closed the request before the server could send a response.
Cloudflare
Cloudflare's reverse proxy service expands the 5xx series of errors space to signal issues with the origin server.[51]
000
Returned with an HTTP/2 GOAWAY frame if the compressed length of any of the headers exceeds 8K bytes or if more than 10K requests
are served through one connection.[55]
460
Client closed the connection with the load balancer before the idle timeout period elapsed. Typically, when client timeout is sooner than the
Elastic Load Balancer's timeout.[55]
463
The load balancer received an X-Forwarded-For request header with more than 30 IP addresses.[55]
464
Incompatible protocol versions between Client and Origin server.[55]
561 Unauthorized
An error around authentication returned by a server registered with a load balancer. A listener rule is configured to authenticate users, but
the identity provider (IdP) returned an error code when authenticating the user.[55]
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 10/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
Since this "Warning" header is often neither sent by servers nor acknowledged by clients, this header and its codes were obsoleted by the HTTP
Working Group in 2022 with RFC 9111 (https://www.rfc-editor.org/rfc/rfc9111).[58]
See also
Custom error pages
List of FTP server return codes
List of HTTP header fields
List of SMTP server return codes
Common Log Format
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 11/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
Notes
1. Emphasised words and phrases such as must and should represent interpretation guidelines as given by RFC 2119 (https://www.rfc-editor.or
g/rfc/rfc2119)
References
1. R. Fielding; M. Nottingham; J. Reschke, eds. (June 2022). HTTP 5. Oku, Kazuho (December 2017). An HTTP Status Code for
Semantics (https://datatracker.ietf.org/doc/html/rfc9110). Internet Indicating Hints (https://datatracker.ietf.org/doc/html/rfc8297).
Engineering Task Force. doi:10.17487/RFC9110 (https://doi.org/10. Internet Engineering Task Force. doi:10.17487/RFC8297 (https://do
17487%2FRFC9110). ISSN 2070-1721 (https://search.worldcat.org/ i.org/10.17487%2FRFC8297). RFC 8297 (https://datatracker.ietf.or
issn/2070-1721). STD 97. RFC 9110 (https://datatracker.ietf.org/do g/doc/html/rfc8297). Experimental.
c/html/rfc9110). Internet Standard 97. Obsoletes RFC 2818 (https:// 6. Stewart, Mark; djna. "Create request with POST, which response
www.rfc-editor.org/rfc/rfc2818), 7230 (https://www.rfc-editor.org/rfc/rf codes 200 or 201 and content" (https://stackoverflow.com/question
c7230), 7231 (https://www.rfc-editor.org/rfc/rfc7231), 7232 (https://w s/1860645/create-request-with-post-which-response-codes-200-or-
ww.rfc-editor.org/rfc/rfc7232), 7233 (https://www.rfc-editor.org/rfc/rfc 201-and-content). Stack Overflow. Archived (https://web.archive.or
7233), 7235 (https://www.rfc-editor.org/rfc/rfc7235), 7538 (https://w g/web/20161011010658/https://stackoverflow.com/questions/18606
ww.rfc-editor.org/rfc/rfc7538), 7615 (https://www.rfc-editor.org/rfc/rfc 45/create-request-with-post-which-response-codes-200-or-201-and
7615) and 7694 (https://www.rfc-editor.org/rfc/rfc7694). Updates -content) from the original on October 11, 2016. Retrieved
RFC 3864 (https://www.rfc-editor.org/rfc/rfc3864). October 16, 2015.
2. "Hypertext Transfer Protocol (HTTP) Status Code Registry" (https:// 7. Dusseault, Lisa, ed. (June 2007). HTTP Extensions for Web
www.iana.org/assignments/http-status-codes/). Iana.org. Archived Distributed Authoring and Versioning (WebDAV) (https://datatracker.
(https://web.archive.org/web/20111211100506/https://www.iana.org/ ietf.org/doc/html/rfc4918). Network Working Group.
assignments/http-status-codes) from the original on December 11, doi:10.17487/RFC4918 (https://doi.org/10.17487%2FRFC4918).
2011. Retrieved January 8, 2015. RFC 4918 (https://datatracker.ietf.org/doc/html/rfc4918). Proposed
3. Goland, Yaronn; Whitehead, Jim; Faizi, Asad; Carter, Steve R.; Standard. Updated by RFC 5689 (https://www.rfc-editor.org/rfc/rfc5
Jensen, Del (February 1999). HTTP Extensions for Distributed 689). Obsoletes RFC 2518 (https://www.rfc-editor.org/rfc/rfc2518).
Authoring – WEBDAV (https://datatracker.ietf.org/doc/html/rfc2518). 8. Hoff, Arthur van; Douglis, Fred; Krishnamurthy, Balachander;
Network Working Group. doi:10.17487/RFC2518 (https://doi.org/10. Goland, Yaron Y.; Hellerstein, Daniel M.; Feldmann, Anja; Mogul,
17487%2FRFC2518). RFC 2518 (https://datatracker.ietf.org/doc/ht Jeffrey (January 2002). Delta encoding in HTTP (https://datatracker.
ml/rfc2518). Proposed Standard. Obsoleted by RFC 4918 (https://w ietf.org/doc/html/rfc3229). Network Working Group.
ww.rfc-editor.org/rfc/rfc4918). doi:10.17487/RFC3229 (https://doi.org/10.17487%2FRFC3229).
4. "102 Processing – HTTP MDN" (https://developer.mozilla.org/en-U RFC 3229 (https://datatracker.ietf.org/doc/html/rfc3229). Proposed
S/docs/Web/HTTP/Status/102). July 25, 2023. 102 status code is Standard.
deprecated
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 12/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
9. T Berners-Lee; R. Fielding; H. Frystyk (May 1996). Hypertext 16. R. Fielding; J. Gettys; J. Mogul; H. Frystyk; L. Masinter; P. Leach; T.
Transfer Protocol -- HTTP/1.0 (https://datatracker.ietf.org/doc/html/rf Berners-Lee (August 1999). Hypertext Transfer Protocol --
c1945). Network Working Group. doi:10.17487/RFC1945 (https://do HTTP/1.1 (https://datatracker.ietf.org/doc/html/rfc2616). Network
i.org/10.17487%2FRFC1945). RFC 1945 (https://datatracker.ietf.or Working Group. doi:10.17487/RFC2616 (https://doi.org/10.17487%
g/doc/html/rfc1945). Informational. 2FRFC2616). RFC 2616 (https://datatracker.ietf.org/doc/html/rfc261
10. "Mozilla Bugzilla Bug 187996: Strange behavior on 305 redirect, 6). Obsolete. Obsoleted by RFC 7230 (https://www.rfc-editor.org/rfc/
comment 13" (https://web.archive.org/web/20140421051946/https:// rfc7230), 7231 (https://www.rfc-editor.org/rfc/rfc7231), 7232 (https://
bugzilla.mozilla.org/show_bug.cgi?id=187996#c13). March 3, 2003. www.rfc-editor.org/rfc/rfc7232), 7233 (https://www.rfc-editor.org/rfc/rf
Archived from the original (https://bugzilla.mozilla.org/show_bug.cg c7233), 7234 (https://www.rfc-editor.org/rfc/rfc7234) and 7235 (http
i?id=187996#c13) on April 21, 2014. Retrieved May 21, 2009. s://www.rfc-editor.org/rfc/rfc7235). Obsoletes RFC 2068 (https://ww
w.rfc-editor.org/rfc/rfc2068). Updated by RFC 2817 (https://www.rfc-
11. "The GNU Taler tutorial for PHP Web shop developers 0.4.0" (http
s://web.archive.org/web/20171108142249/https://docs.taler.net/mer editor.org/rfc/rfc2817), 5785 (https://www.rfc-editor.org/rfc/rfc5785),
chant/frontend/php/html/tutorial.html#Headers-for-HTTP-402). 6266 (https://www.rfc-editor.org/rfc/rfc6266) and 6585 (https://www.r
docs.taler.net. Archived from the original (https://docs.taler.net/merc fc-editor.org/rfc/rfc6585).
hant/frontend/php/html/tutorial.html#Headers-for-HTTP-402) on 17. TheDeadLike. "HTTP/1.1 Status Codes 400 and 417, cannot
November 8, 2017. Retrieved October 29, 2017. choose which" (http://serverfault.com/questions/433470/http-1-1-sta
12. "Google API Standard Error Responses" (https://web.archive.org/w tus-codes-400-and-417-cannot-choose-which). serverFault.
eb/20170525005121/https://developers.google.com/doubleclick-sea Archived (https://web.archive.org/web/20151010125107/http://serve
rch/v2/standard-error-responses#PAYMENT_REQUIRED). 2016. rfault.com/questions/433470/http-1-1-status-codes-400-and-417-ca
Archived from the original (https://developers.google.com/doubleclic nnot-choose-which) from the original on October 10, 2015.
k-search/v2/standard-error-responses#PAYMENT_REQUIRED) on Retrieved October 16, 2015.
May 25, 2017. Retrieved June 21, 2017. 18. L. Masinter (April 1, 1998). Hyper Text Coffee Pot Control Protocol
13. "Sipgate API Documentation" (https://api.sipgate.com/v2/doc/#/sess (HTCPCP/1.0) (https://datatracker.ietf.org/doc/html/rfc2324).
ions/newCall). Archived (https://web.archive.org/web/20180710163 Network Working Group. doi:10.17487/RFC2324 (https://doi.org/10.
601/https://api.sipgate.com/v2/doc#/sessions/newCall) from the 17487%2FRFC2324). RFC 2324 (https://datatracker.ietf.org/doc/ht
original on July 10, 2018. Retrieved July 10, 2018. ml/rfc2324). Informational. Updated by RFC 7168 (https://www.rfc-e
ditor.org/rfc/rfc7168). This is an April Fools' Day Request for
14. "Shopify Documentation" (https://help.shopify.com/en/api/getting-sta Comments. "Any attempt to brew coffee with a teapot should result
rted/response-status-codes). Archived (https://web.archive.org/web/ in the error code "418 I'm a teapot". The resulting entity body MAY
20180725122914/https://help.shopify.com/en/api/getting-started/res be short and stout."
ponse-status-codes) from the original on July 25, 2018. Retrieved
July 25, 2018. 19. I'm a teapot (https://www.google.com/teapot)
15. "Stripe API Reference – Errors" (https://stripe.com/docs/api/errors).
stripe.com. Retrieved October 28, 2019.
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 13/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
20. Barry Schwartz (August 26, 2014). "New Google Easter Egg For 27. K. Holtman; A.H. Mutz (March 1998). Transparent Content
SEO Geeks: Server Status 418, I'm A Teapot" (https://web.archive.o Negotiation in HTTP (https://datatracker.ietf.org/doc/html/rfc2295).
rg/web/20151115041951/http://searchengineland.com/new-google- Network Working Group. doi:10.17487/RFC2295 (https://doi.org/10.
easter-egg-seo-geeks-server-status-418-im-teapot-201739). 17487%2FRFC2295). RFC 2295 (https://datatracker.ietf.org/doc/ht
Search Engine Land. Archived from the original (http://searchengine ml/rfc2295). Experimental.
land.com/new-google-easter-egg-seo-geeks-server-status-418-im-t 28. Nielsen, Henrik Frystyk; Leach, Paul; Lawrence, Scott (February
eapot-201739) on November 15, 2015. Retrieved November 4, 2000). An HTTP Extension Framework (https://datatracker.ietf.org/d
2015. oc/html/rfc2774). Network Working Group. doi:10.17487/RFC2774
21. "Google's Teapot" (https://www.google.com/teapot). Retrieved (https://doi.org/10.17487%2FRFC2774). RFC 2774 (https://datatrac
October 23, 2017. ker.ietf.org/doc/html/rfc2774). Historic.
22. "Enable extra web security on a website" (https://help.dreamhost.co 29. "218 This is fine – HTTP status code explained" (https://http.dev/21
m/hc/en-us/articles/215947927-Enable-extra-web-security-on-a-we 8). HTTP.dev. Retrieved July 25, 2023.
bsite). DreamHost. Retrieved December 18, 2022. 30. "framework/src/Illuminate/Foundation/Exceptions/Handler.php" (http
23. "I Went to a Russian Website and All I Got Was This Lousy Teapot" s://github.com/laravel/framework/blob/57ae89a8acbc31615331527
(https://www.pcmag.com/news/i-went-to-a-russian-website-and-all-i- 2a4af2e68370f5e36/src/Illuminate/Foundation/Exceptions/Handler.
got-was-this-lousy-teapot). PCMag. Retrieved December 18, 2022. php#L492). GitHub. Retrieved December 12, 2023.
24. M. Nottingham; R. Fielding (April 2012). Additional HTTP Status 31. "draft-ietf-webdav-protocol-05: Extensions for Distributed Authoring
Codes (https://datatracker.ietf.org/doc/html/rfc6585). Internet on the World Wide Web -- WEBDAV" (https://datatracker.ietf.org/do
Engineering Task Force. doi:10.17487/RFC6585 (https://doi.org/10. c/html/draft-ietf-webdav-protocol-05#section-10.5).
17487%2FRFC6585). ISSN 2070-1721 (https://search.worldcat.org/ 32. "Enum HttpStatus" (https://docs.spring.io/spring/docs/current/javad
issn/2070-1721). RFC 6585 (https://datatracker.ietf.org/doc/html/rfc oc-api/org/springframework/http/HttpStatus.html). Spring
6585). Proposed Standard. Updates RFC 2616 (https://www.rfc-edit Framework. org.springframework.http. Archived (https://web.archiv
or.org/rfc/rfc2616). e.org/web/20151025102238/http://docs.spring.io/spring/docs/curren
25. Bray, T. (February 2016). "An HTTP Status Code to Report Legal t/javadoc-api/org/springframework/http/HttpStatus.html) from the
Obstacles" (https://tools.ietf.org/html/rfc7725). ietf.org. Archived (htt original on October 25, 2015. Retrieved October 16, 2015.
ps://web.archive.org/web/20160304040017/http://tools.ietf.org/html/ 33. "Twitter Error Codes & Responses" (https://web.archive.org/web/20
rfc7725) from the original on March 4, 2016. Retrieved March 7, 170927155109/https://developer.twitter.com/en/docs/basics/respon
2015. se-codes). Twitter. 2014. Archived from the original (https://develop
26. alex. "What is the correct HTTP status code to send when a site is er.twitter.com/en/docs/basics/response-codes) on September 27,
down for maintenance?" (https://stackoverflow.com/questions/2786 2017. Retrieved January 20, 2014.
595/what-is-the-correct-http-status-code-to-send-when-a-site-is-do 34. "HTTP Status Codes and SEO: what you need to know" (https://ww
wn-for-maintenance). Stack Overflow. Archived (https://web.archiv w.contentkingapp.com/academy/http-status-codes/). ContentKing.
e.org/web/20161011013125/https://stackoverflow.com/questions/27 Retrieved August 9, 2019.
86595/what-is-the-correct-http-status-code-to-send-when-a-site-is-d
35. "Shopify API response status and error codes" (https://shopify.dev/d
own-for-maintenance) from the original on October 11, 2016. ocs/api/usage/response-codes). Retrieved December 12, 2023.
Retrieved October 16, 2015.
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 14/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 15/16
4/17/25, 10:57 AM List of HTTP status codes - Wikipedia
50. "return" directive (http://nginx.org/en/docs/http/ngx_http_rewrite_mo 55. "Troubleshoot Your Application Load Balancers – Elastic Load
dule.html#return) Archived (https://web.archive.org/web/201803011 Balancing" (https://docs.aws.amazon.com/elasticloadbalancing/late
64309/http://nginx.org/en/docs/http/ngx_http_rewrite_module.html#r st/application/load-balancer-troubleshooting.html).
eturn) March 1, 2018, at the Wayback Machine (http_rewrite docs.aws.amazon.com. Retrieved May 17, 2023.
module) documentation. 56. R. Fielding; M. Nottingham; J. Reschke (June 2014). Hypertext
51. "Troubleshooting: Error Pages" (https://web.archive.org/web/20160 Transfer Protocol (HTTP/1.1): Caching (https://datatracker.ietf.org/d
304035212/https://support.cloudflare.com/hc/en-us/sections/20082 oc/html/rfc7234). Internet Engineering Task Force.
0298-Error-Pages). Cloudflare. Archived from the original (https://su doi:10.17487/RFC7234 (https://doi.org/10.17487%2FRFC7234).
pport.cloudflare.com/hc/en-us/articles/115003014432-HTTP-Status- RFC 7234 (https://datatracker.ietf.org/doc/html/rfc7234). Proposed
Codes) on March 4, 2016. Retrieved January 9, 2016. Standard. sec. 5.5. Obsoleted by RFC 9111 (https://www.rfc-editor.o
52. "Error 520: web server returns an unknown error" (https://developer rg/rfc/rfc9111). Obsoletes RFC 2616 (https://www.rfc-editor.org/rfc/rf
s.cloudflare.com/support/troubleshooting/cloudflare-errors/troublesh c2616).
ooting-cloudflare-5xx-errors/#error-520-web-server-returns-an-unkn 57. "Warning – HTTP | MDN" (https://developer.mozilla.org/en-US/docs/
own-error). Cloudflare. Web/HTTP/Headers/Warning). developer.mozilla.org. Retrieved
53. "527 Error: Railgun Listener to origin error" (https://developers.clou August 15, 2021. This article incorporates text available
dflare.com/support/troubleshooting/cloudflare-errors/troubleshootin under the CC BY-SA 2.5 license.
g-cloudflare-5xx-errors/#527-error-railgun-listener-to-origin-error). 58. "Warning" (https://datatracker.ietf.org/doc/html/rfc9111#section-5.5).
Cloudflare. Archived (https://web.archive.org/web/2016101315212 HTTP Caching (https://datatracker.ietf.org/doc/html/rfc9111). June
0/https://support.cloudflare.com/hc/en-us/articles/217891268-527-R 2022. sec. 5.5. doi:10.17487/RFC9111 (https://doi.org/10.17487%2
ailgun-Listener-to-Origin-Error) from the original on October 13, FRFC9111). RFC 9111 (https://datatracker.ietf.org/doc/html/rfc911
2016. Retrieved October 12, 2016. 1).
54. "Error 530" (https://developers.cloudflare.com/support/troubleshooti
ng/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-53
0). Cloudflare. Retrieved November 1, 2019.
External links
Hypertext Transfer Protocol (HTTP) Status Code Registry (https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml) at the
Internet Assigned Numbers Authority
HTTP status codes (https://http-statuscode.com/en/home) at http-statuscode.com
MDN status code reference (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) at mozilla.org
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 16/16