docs.rodeo

MDN Web Docs mirror

HTTP response status codes

{{HTTPSidebar}} 

HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:

  1. Informational responses (100199)
  2. Successful responses (200299)
  3. Redirection messages (300399)
  4. Client error responses (400499)
  5. Server error responses (500599)

The status codes listed below are defined by RFC 9110.

[!NOTE] If you receive a response that is not listed here, it is a non-standard response, possibly custom to the server’s software.

Informational responses

Successful responses

Redirection messages

Client error responses

Server error responses

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN