A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Response Status Code

About1.

The status code element is a three-digit integer code giving the result of the attempt to understand and satisfy the request. They are extensible.

HTTP clients are not required to understand the meaning of all registered status codes, though such understanding is obviously desirable. However, a client MUST understand the class of any status code, as indicated by the first digit, and treat an unrecognised status code as being equivalent to the x00 status code of that class, with the exception that a recipient MUST NOT cache a response with an unrecognised status code.

HTTP status code categories2

There are 5 categories of status code:

Anki

References


  1. Fielding, R.; Nottingham, M.; Reschke, J. (June 2022). HTTP Semantics and Content. “Hypertext Transfer Protocol (HTTP/1.1: Semantics and Content”. PDF Document. (Accessed: [2025-05-20 Tue 17:43]). ↩︎

  2. Mozilla Developer Network. “HTTP”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP. (Accessed: [2025-05-06 Tue 16:07]). ↩︎

Related Posts