Look up what HTTP status codes mean. It is completely free and very easy to use.
Loading tool...
HTTP Status Codes is an interactive reference and lookup tool covering all 1xx (Informational), 2xx (Success), 3xx (Redirection), 4xx (Client Errors), and 5xx (Server Errors) HTTP response status codes defined by IETF RFCs.
Catalogs standard HTTP status codes governed by RFC 7231, RFC 6585, RFC 7540 (HTTP/2), and RFC 9110 (HTTP Semantics). Explains HTTP header behaviors, cacheability, retry headers (`Retry-After`), and browser handling for each code.
Code: 429429 Too Many Requests (RFC 6585) | Type: Client Error | Meaning: Rate limit exceeded. Include `Retry-After` header indicating wait seconds.Provides formal specification definition, error category, and recommended API response headers.
4xx errors indicate that the problem lies with the client (e.g., bad request, unauthorized, not found). 5xx errors indicate that the client made a valid request, but the server failed to fulfill it.
HTTP 200 OK is the most common status code, indicating that a request has succeeded. HTTP 404 Not Found is the most common error code.
This tool focuses on the official IANA registry of HTTP status codes to ensure standard compliance, though some common unofficial codes (like Cloudflare's 520 series) may be referenced.