Http statuses

From wikinotes
Revision as of 14:18, 18 September 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HTTP responses include a 3x digit status-code.
Responses are standardized within 5x 100-number ranges.

Documentation

IANA spec https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
wikipedia https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Overview

1xx   # information
2xx   # success
3xx   # redirect
4xx   # client error
5xx   # server error