Http Status Codes List
Encountering bizarre server responses like '418 I'm a teapot' or '409 Conflict' can halt feature velocity while developers rummage through dusty API documentation. The interactive HTTP Status Code Encyclopedia serves as a lightning-fast dictionary and search engine for every web server status out there. Understand exactly why a specific route failed, view typical industry causes, and discover solutions for frustrating 400-level client mistakes or 500-level internal infrastructure hiccups.
Loading tool engine...
Frequently Asked Questions
What do the 200 series status codes mean?
The 2xx class indicates that the client request was successfully received, understood, and accepted (e.g., 200 OK or 201 Created).
What is the difference between 401 and 403?
401 Unauthorized means the user's identity is unauthenticated. 403 Forbidden means they are authenticated, but lack the permissions to do the action.
Why do browsers show '504 Gateway Timeout'?
A 504 happens when a proxy server (like a load balancer or edge server) did not receive a timely response from the main upstream server.
Are these codes universally the same for everything?
Yes. They are formally established by IETF protocols (RFC standards) and all conforming browsers and servers adhere to them.