How do I check what an HTTP status code means?
Short answer: Search the status code, confirm its category, then use the meaning to decide whether the issue is client-side, server-side, redirect-related, or informational.
Steps
- Enter the status code or browse by category.
- Read the concise meaning and standard status family.
- Compare the result with the request method, headers, and response body.
- Use API logs or an API tester when the code alone is not enough context.
Use debugtools
Open the HTTP Status Codes to run this workflow in the browser.
Related tools
API WorkbenchURL Encoder and DecoderJSON Formatter