Response Codes
HTTP Response Status Codes
| Codes | Description | Codes | Descriptions |
|---|---|---|---|
| 100 | Continue | 409 | Conflict |
| 101 | Switching Protocols | 410 | Gone |
| 102 | Processing | 411 | Length Required |
| 200 | Ok | 412 | Precondition Failed |
| 201 | Created | 413 | Request Too Long |
| 202 | Accepted | 414 | Request Uri Too Long |
| 203 | Non Authoritative Information | 415 | Unsupported Media Type |
| 204 | No Content | 416 | Requested Range Not Satisfiable |
| 205 | Reset Content | 417 | Expectation Failed |
| 206 | Partial Content | 418 | Im A Teapot |
| 207 | Multi Status | 419 | Insufficient Space On Resource |
| 300 | Multiple Choices | 420 | Method Failure |
| 301 | Moved Permanently | 421 | Misdirected Request |
| 302 | Moved Temporarily | 422 | Unprocessable Entity |
| 303 | See Other | 423 | Locked |
| 304 | Not Modified | 424 | Failed Dependency |
| 305 | Use Proxy | 428 | Precondition Required |
| 307 | Temporary Redirect | 429 | Too Many Requests |
| 308 | Permanent Redirect | 431 | Request Header Fields Too Large |
| 400 | Bad Request | 451 | Unavailable For Legal Reasons |
| 401 | Unauthorized | 500 | Internal Server Error |
| 402 | Payment Required | 501 | Not Implemented |
| 403 | Forbidden | 502 | Bad Gateway |
| 404 | Not Found | 503 | Service Unavailable |
| 405 | Method Not Allowed | 504 | Gateway Timeout |
| 406 | Not Acceptable | 505 | Http Version Not Supported |
| 407 | Proxy Authentication Required | 507 | Insufficient Storage |
| 408 | Request Timeout | 511 | Network Authentication Required |
Updated 8 months ago
What’s Next