Skip to main content
Web Development

HTTP Status Code Lookup

Look up any HTTP status code to understand what it means, common causes, and how to handle it.

HTTP status code categories

1xx
Informational — the request was received and is being processed.
2xx
Success — the request was successfully received, understood, and accepted.
3xx
Redirection — further action must be taken to complete the request.
4xx
Client Error — the request contains bad syntax or cannot be fulfilled.
5xx
Server Error — the server failed to fulfil an apparently valid request.

🔒 Privacy

All lookups happen from a locally bundled dataset. No queries are sent to any server.

Related tools