Hypertext Transfer Protocol status codes are issued by Server response to their clients.Some of the Hypertext Transfer Protocol lists is mention below:
- Information Response
- Redirection messages
- Client error responses
- Server error responses
Descriptions
| CODE | MESSAGE | |
| 200 | ok | |
| 204 | No Content | |
| 2. Redirection messages | ||
| 301 | Moved Permanently | |
| 302 | Found / Moved Temporarily | |
| 304 | Not Modified | |
| 307 | Temporary Redirect | |
| 308 | Permanent Redirect | |
| 3. Client error responses | ||
| 400 | Bad Request | |
| 401 | Unauthorized | |
| 403 | Forbidden | |
| 404 | Not Found | |
| 408 | Request Timeout | |
| 410 | Gone | |
| 429 | Too Many Requests | |
| 4. Server error responses | ||
| 500 | Internal Server Error | |
| 502 | Bad Gateway | |
| 503 | Service Unavailable | |
| 504 | Gateway Timeout Error | |




