Difference between revisions of "HTTP response status code"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(31 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[wikipedia:HTTP response status code]]
+
[[wikipedia:List of HTTP status codes]]
  
  
Line 5: Line 5:
 
* Informational responses (100–199)
 
* Informational responses (100–199)
 
* Successful responses (200–299)
 
* Successful responses (200–299)
* Redirects (300–399)
+
* [[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 ==
 +
* <code>[[/etc/php-fpm.d/www.conf]]</code>
 +
* [[List of HTTP status codes]]
 +
* [[URL redirection]]
 +
* <code>[[curl -Is]] https://yourdomain.com/ | head -1</code>
  
 
== See also ==
 
== See also ==
 +
* {{URL redirection}}
 +
* {{HTTP status codes}}
 
* {{web}}
 
* {{web}}
  
 
[[Category:HTTP]]
 
[[Category:HTTP]]

Latest revision as of 10:32, 23 June 2023

Advertising: