HTTP Status Codes
Searchable reference for all common HTTP status codes.
Server received request headers; client should proceed.
Server is switching protocols as requested.
Request succeeded.
Resource created successfully.
Success but no content to return.
Partial resource returned (range request).
Resource permanently moved to new URL.
Resource temporarily at different URL.
Resource not modified since last request.
Temporary redirect preserving HTTP method.
Permanent redirect preserving HTTP method.
Server cannot process malformed request.
Authentication required.
Server refuses to authorize the request.
Resource not found at this URL.
HTTP method not supported for this resource.
Server timed out waiting for request.
Request conflicts with current resource state.
Resource permanently deleted.
Request body exceeds server limits.
Server does not support the request media type.
Request well-formed but semantically incorrect.
Rate limit exceeded.
Unexpected server error.
Invalid response from upstream server.
Server temporarily unavailable.
Upstream server did not respond in time.
Categories
1xx: Informational, 2xx: Success, 3xx: Redirection, 4xx: Client Error, 5xx: Server Error.