0% found this document useful (0 votes)
2 views1 page

HTTP Status Code

The document provides a list of HTTP status codes categorized into three levels: Success (200 series), Client Error (400 series), and Server Error (500 series). Each category includes specific codes along with their descriptions, such as 'OK' for 200 and 'Not Found' for 404. This classification aids in understanding the nature of responses from a web server.

Uploaded by

anshuman45264
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

HTTP Status Code

The document provides a list of HTTP status codes categorized into three levels: Success (200 series), Client Error (400 series), and Server Error (500 series). Each category includes specific codes along with their descriptions, such as 'OK' for 200 and 'Not Found' for 404. This classification aids in understanding the nature of responses from a web server.

Uploaded by

anshuman45264
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

📊 HTTP Status Codes

Level Code Description Category


Level 200 200 OK Success
(Success) 201 Created Success
202 Accepted Success
203 Non-Authoritative Success
Information
204 No Content Success
--- --- --- ---
Level 400 400 Bad Request Client Error
(Client Error) 401 Unauthorized Client Error
403 Forbidden Client Error
404 Not Found Client Error
409 Conflict Client Error
--- --- --- ---
Level 500 500 Internal Server Error Server Error
(Server Error) 502 Bad Gateway Server Error
503 Service Unavailable Server Error
504 Gateway Timeout Server Error
599 Network Timeout Server Error

You might also like