HTTP Status Code

From GM-RKB
Jump to navigation Jump to search

A HTTP Status Code is a status code of a HTTP response.



References

2023

  • (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/List_of_HTTP_status_codes Retrieved:2023-1-21.
    • This is a list of Hypertext Transfer Protocol (HTTP) response status codes. Status codes are issued by a server in response to a client's request made to the server. It includes codes from IETF Request for Comments (RFCs), other specifications, and some additional codes used in some common applications of the HTTP. The first digit of the status code specifies one of five standard classes of responses. The optional message phrases shown are typical, but any human-readable alternative may be provided, or none at all.

      Unless otherwise stated, the status code is part of the HTTP standard ().

      The Internet Assigned Numbers Authority (IANA) maintains the official registry of HTTP status codes.

      All HTTP response status codes are separated into five classes or categories. The first digit of the status code defines the class of response, while the last two digits do not have any classifying or categorization role. There are five classes defined by the standard:

      • 1xx informational response – the request was received, continuing process
      • 2xx successful – the request was successfully received, understood, and accepted
      • 3xx redirection – further action needs to be taken in order to complete the request
      • 4xx client error – the request contains bad syntax or cannot be fulfilled
      • 5xx server error – the server failed to fulfil an apparently valid request