209k views
2 votes
A HTTP request will contain a status code. Status codes in the 200-299 range are:

1) reserved for future use
2) information status codes
3) success status codes
4) redirection status codes
5) client error status codes

User Subosito
by
7.7k points

1 Answer

6 votes

Final answer:

In HTTP, status codes in the 200-299 range indicate success, meaning the request was successfully processed by the server.

Step-by-step explanation:

An HTTP request often contains a status code to indicate the result of the request. Status codes in the 200-299 range are known as success status codes. These codes mean that the request was successfully received, understood, and processed by the server. For instance, a 200 status code is the standard success code indicating that the request has succeeded, and a 201 code represents that a new resource has been created as the result of the request.

User Dalin Huang
by
8.1k points