| domain | httpguides.com |
| summary | This website provides a comprehensive list of HTTP status codes, each representing a specific response to client requests. These codes are categorized based on the nature of the error or information provided:
1. Informational (1xx): Not used in traditional HTTP/1.1, replaced by ranges like 200-299 for success responses. 2. Success (2xx): The request has been successfully received and understood. Examples include 200 OK, 201 Created, etc. 3. Redirection (3xx): Further action needs to be taken in order to complete the request. Examples include 301 Moved Permanently, 302 Found, etc. 4. Client Error (4xx): The request contains bad syntax or cannot be understood by the server. Examples include 400 Bad Request, 401 Unauthorized, 402 Payment Required, etc. 5. Server Error (5xx): The server failed to fulfill an apparently valid request. Examples include 500 Internal Server Error, 501 Not Implemented, 502 Bad Gateway, etc.
Additionally, the list includes some less common status codes and non-standard ones:
- 429 Too Many Requests: This is a rate limiting response, indicating that the client has sent too many requests in a given time period. - 418 I'm a Teapot: A humorous, self-deprecating error code, returned when the server understands HTTP but chooses not to implement POST. - 451 Unavailable For Legal Reasons: This status is meant for situations where the server cannot fulfill the request due to legal or political reasons.
These codes help in understanding the outcome of client requests and troubleshooting issues effectively. |
| title | HTTP Status Codes Guides |
| description | A collection of articles explaining Hypertext Transfer Protocol (HTTP) response status codes. The knowledge combined here comes from RFCs, mailing lists, bug reports, code repositories, Q&A forums, and hard-won life experiences (as opposed to copying and |
| keywords | http, request, status, codes, server, content, client, guides, information, found, errors, cases, error, precondition, entity, large, gateway |
| upstreams |
|
| downstreams |
|
| nslookup | A 99.83.231.61, A 75.2.60.5 |
| created | 2025-11-08 |
| updated | 2025-11-08 |
| summarized | 2025-11-13 |
|
|