Difference between revisions of "HTTP response status code"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by 4 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): [[405]]
+
* [[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): [[503]]
+
* [[5XX|Server errors (500–599)]]: [[502]], [[503]], [[504]]
  
 
== Examples ==
 
== Examples ==
Line 19: Line 19:
 
* [[URL redirection]]
 
* [[URL redirection]]
 
* <code>[[curl -Is]] https://yourdomain.com/ | head -1</code>
 
* <code>[[curl -Is]] https://yourdomain.com/ | head -1</code>
 +
* <code>[[curl -w]]</code>
 +
* [[Nginx logs]]
  
 
== See also ==
 
== See also ==

Latest revision as of 07:55, 21 January 2025

Advertising: