Skip to main content

One post tagged with "HTTP Status Codes"

HTTP Status Codes tag description

View All Tags

Http Status Code and Meanings

· One min read
Sarvsav Sharma
Http Status Code and Meanings

2xx Successful

Status CodeMeaning
200OK
201Created
204No Content

3xx Redirection

Status CodeMeaning
301Moved Permanently
302Found
304Not Modified

4xx Client Error

Status CodeMeaning
400Bad Request
401Unauthorized
403Forbidden
404Not Found
405Method Not Allowed
408Request Timeout
409Conflict
410Gone
422Unprocessable Content

5xx Server Error

Status CodeMeaning
500Internal Server Error
502Bad Gateway
503Service Unavailable
504Gateway Timeout