HTTP Status Code Reference
A searchable reference for HTTP response status codes. Type a number such as 418, or a phrase such as "redirect" or "rate limit", and see the code, its official name, the specification that defines it and a practical note on when to use it.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the HTTP Status Code Reference
- Type a status code number, or a word describing what you are looking for.
- Narrow the list with the class filter if you only want, say, redirection codes.
- Read the note for guidance on when each code is the right choice.
Example
301
301 Moved Permanently — RFC 9110. Use for a permanent URL change; search engines transfer ranking signals to the new URL.
Common use cases
- Deciding between 301 and 308, or 302 and 307, when adding a redirect.
- Choosing the right error code for an API you are designing.
- Working out what an unfamiliar code in a log actually means.
Limitations and things to watch for
- This covers the codes registered with IANA and defined by the HTTP specifications, plus a small number of widely used unofficial codes which are labelled as such.
- Some servers and CDNs return vendor-specific codes in the 5xx range that are not part of any standard.