Skip to content

Commit acf0dc5

Browse files
ePaulPaul Ebermann
andauthored
Update RFC links in rule 243. (#830)
RFCs 7231 (HTTP 1.1 Semantics) and 7235 (HTTP 1.1: Authentication) were both replaced by RFC 9119 (HTTP Semantics). The draft for 451 is now RFC 7725, but I don't see a point linking to it, as we are not using it. Co-authored-by: Paul Ebermann <paul@zalando.de>
1 parent 8a58bc6 commit acf0dc5

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

chapters/http-status-codes-and-errors.adoc

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ You must only use official HTTP status codes consistently with their intended
99
semantics. Official HTTP status codes are defined via RFC standards and
1010
registered in the
1111
https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml[IANA
12-
Status Code Registry]. Main RFC standards are {RFC-7231}#section-6[RFC7231 -
13-
HTTP/1.1: Semantics] (or {RFC-7235}#page-6[RFC7235 - HTTP/1.1: Authentication])
14-
and {RFC-6585}[RFC 6585 - HTTP: Additional Status Codes] (and there are
15-
upcoming new ones, e.g.
16-
https://tools.ietf.org/html/draft-tbray-http-legally-restricted-status-05[draft
17-
legally-restricted-status]). An overview on the official error codes provides
18-
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes[Wikipedia: HTTP status
19-
codes] (which also lists some unofficial status codes, e.g. defined by popular
20-
web servers like Nginx, that we do not suggest to use).
12+
Status Code Registry]. Main RFC standards are {RFC-9110}#name-status-codes[RFC 9110 -
13+
HTTP Semantics, section 15: Status Codes] and
14+
{RFC-6585}[RFC 6585 - HTTP: Additional Status Codes].
15+
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes[Wikipedia: HTTP status codes]
16+
provides an overview on the official error codes (which also lists some unofficial
17+
status codes, e.g. defined by popular web servers like Nginx, that we do not suggest to use).
2118

2219

2320
[#151]

0 commit comments

Comments
 (0)