Difference between revisions of "HTTP response status code"
Jump to navigation
Jump to search
(27 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | [[wikipedia:HTTP | + | [[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 ( | + | * [[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 == | ||
* <code>[[/etc/php-fpm.d/www.conf]]</code> | * <code>[[/etc/php-fpm.d/www.conf]]</code> | ||
* [[List of HTTP status codes]] | * [[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}} | ||
[[Category:HTTP]] | [[Category:HTTP]] |
Latest revision as of 11:59, 21 August 2024
wikipedia:List of HTTP status codes
- Informational responses (100–199)
- Successful responses (200–299)
- Redirects (300–399): HTTP status codes 3xx
- 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): 502, 503, 504
Examples[edit]
HTTP/1.1 405 Method Not Allowed
504 Gateway Time-out
,fastcgi_read_timeout
Nginx directive. Default to 60s.Received unexpected http status 500 internal server error
Related terms[edit]
/etc/php-fpm.d/www.conf
- List of HTTP status codes
- URL redirection
curl -Is https://yourdomain.com/ | head -1
See also[edit]
- URL redirection, Subdomain redirection, Lambda@Edge: HTTP redirect using lambda handler, Redirect: HTTP status codes 3xx
- List of HTTP status codes, 3XX, 4XX, 5XX, 503, HTTP response status code
- Web, Search engine, How to add Wikipedia as a Chrome search engine, URL redirection, List of HTTP status codes, HAR (file format), HTTP response status code, URL, URI, Web3, reCAPTCHA
Advertising: