Open In App

What do you understand by the HTTP Status Codes ?

The HTTP or the HyperText Transfer Protocol is a protocol of the application layer. It helps in establishing communication between a web browser and a web server. When a client requests any information, the browser sends a response using numeric status codes. These status codes are in the form of 3-digit numbers ranging from 100 – 599. The client then acts on the response accordingly. The client may not always fully understand the status code or the response but may understand the nature/class of the response by seeing the leftmost/first digit of the numeric status code.

The HTTP status codes can be categorized into five standard classes using their first digit:



The other two digits have no such significant role when defining the classes.

A few examples of each class of status code have been mentioned below:



Article Tags :