HTTP Response Codes
Learn about the different HTTP response status codes and their classes.
Introduction
A server issues HTTP response status codes in response to a client’s request. The response status code is a standardized three-digit integer, and a client handles the response based primarily on the status code.
Classes of status codes
There are five categorizations of HTTP response status codes. The first digit of a status code defines the response class, while the last two digits have no categorization.
1xx (Informational)
An informational response status code indicates that the request was received and understood, the request is processing, ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy