Different HTTP Status Codes

Learn all the HTTP Status Codes

John Philip
JavaScript in Plain English
3 min readApr 7, 2021

--

Hypertext transfer protocol (HTTP) status codes refer to the response provided by the server regarding the request.

HTTP status codes are always in a 3-digit integer. The first digit of the status-code defines the class of the response while the last two digits don’t hold any categorization rule.

--

--