HTTP Status Codes
HTTP status code reference
100% private — everything stays in your browser
| Code | Name | Description |
|---|---|---|
| 100 | Continue | Client should continue |
| 101 | Switching Protocols | Server switching protocols |
| 102 | Processing | Server processing request |
| 103 | Early Hints | Preload hints |
| 200 | OK | Request succeeded |
| 201 | Created | Resource created |
| 202 | Accepted | Request accepted for processing |
| 203 | Non-Authoritative | Transformed response |
| 204 | No Content | Success, no content to return |
| 205 | Reset Content | Client should reset view |
| 206 | Partial Content | Range request fulfilled |
| 300 | Multiple Choices | Multiple representations |
| 301 | Moved Permanently | Resource permanently moved |
| 302 | Found | Resource temporarily moved |
| 303 | See Other | Redirect to different URI |
| 304 | Not Modified | Client cache valid |
| 307 | Temporary Redirect | Temporary redirect |
| 308 | Permanent Redirect | Permanent redirect |
| 400 | Bad Request | Malformed request |
| 401 | Unauthorized | Authentication required |
| 403 | Forbidden | Access denied |
| 404 | Not Found | Resource not found |
| 405 | Method Not Allowed | HTTP method not allowed |
| 406 | Not Acceptable | No acceptable representation |
| 408 | Request Timeout | Server timed out |
| 409 | Conflict | Request conflict |
| 410 | Gone | Resource no longer available |
| 413 | Payload Too Large | Request body too large |
| 414 | URI Too Long | Request URI too long |
| 415 | Unsupported Media Type | Media type not supported |
| 422 | Unprocessable Entity | Semantic error |
| 429 | Too Many Requests | Rate limited |
| 500 | Internal Server Error | Server error |
| 501 | Not Implemented | Feature not supported |
| 502 | Bad Gateway | Invalid response from upstream |
| 503 | Service Unavailable | Server temporarily unavailable |
| 504 | Gateway Timeout | Upstream timeout |
How to use HTTP Status Codes
- 1 Enter your input — Paste or type your data into the input area of the HTTP Status Codes tool.
- 2 Get instant results — The output updates automatically as you type, or click Process to convert. All transformations happen in your browser.
- 3 Copy or use the output — Copy the result to your clipboard with one click. Your data never leaves your device.
Frequently asked questions
- Does this work offline?
- Once the page loads, yes. All processing is JavaScript running in your browser — no server calls are made. You can disconnect from the internet and the tool will still work.