HTTP Response Codes
HTTP Response Gropups
| Status Code |
Response Group |
| 100-199 |
Informational responses |
| 200-299 |
Successful responses |
| 300–399 |
Redirection messages |
| 400-499 |
Client error responses |
| 500-500 |
Server error responses |
HTTP Responses
| Status Code |
Response Group |
| 200 |
OK |
| 201 |
Created |
| 202 |
Accepted |
| 301 |
Moved Permanently |
| 304 |
Not Modified |
| 400 |
Bad Request |
| 401 |
Unauthorised |
| 403 |
Forbidden |
| 405 |
Method Not Allowed |
| 408 |
Request Timeout |
| 429 |
Too Many Requests |
| 500 |
Internal Server Error |
| 501 |
Not Implemented |
| 502 |
Bad Gateway |
| 503 |
Service Unavailable |
| 504 |
Gateway Timeout |
References