Difference between revisions of "HTTP response status code"

From wikieduonline
Jump to navigation Jump to search
 
(19 intermediate revisions by 6 users not shown)
Line 6: Line 6:
 
* Successful responses (200–299)
 
* Successful responses (200–299)
 
* [[Redirects]] (300–399): [[HTTP status codes 3xx]]
 
* [[Redirects]] (300–399): [[HTTP status codes 3xx]]
* Client errors (400–499)
+
* Client errors ([[400]]–499): [[401 Unauthorized]], [[405 Method Not Allowed]], [[406 Not Acceptable]], [[409 Conflict]], [[413]], [[414]], [[403 ERROR The request could not be satisfied.]]
* Server errors (500–599)
+
* [[5XX|Server errors (500–599)]]: [[502]], [[503]], [[504]]
  
 +
== Examples ==
 +
* <code>[[HTTP/1.1 405 Method Not Allowed]]</code>
 +
* <code>[[504 Gateway Time-out]]</code>, <code>fastcgi_read_timeout</code> [[Nginx]] directive. Default to 60s.
 +
* <code>[[Received unexpected http status 500 internal server error]]</code>
  
 
== Related terms ==
 
== Related terms ==
Line 18: Line 22:
 
== See also ==
 
== See also ==
 
* {{URL redirection}}
 
* {{URL redirection}}
* {{nginx}}
+
* {{HTTP status codes}}
 
* {{web}}
 
* {{web}}
  
 
[[Category:HTTP]]
 
[[Category:HTTP]]

Latest revision as of 10:32, 23 June 2023

Advertising: