Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,15 @@
"description": "Was defined in a previous version of the HTTP specification to indicate that a requested response must be accessed by a proxy. It has been deprecated due to security concerns regarding in-band configuration of a proxy."
}
},
{
"code": 208,
"phrase": "Already Reported",
"constant": "ALREADY_REPORTED",
"comment": {
"doc": "Official Documentation @ https://datatracker.ietf.org/doc/html/rfc5842#section-7.1",
"description": "The 208 (Already Reported) status code can be used inside a DAV: propstat response element to avoid enumerating the internal members of multiple bindings to the same collection repeatedly."
}
},
{
"code": 421,
"phrase": "Misdirected Request",
Expand Down