Skip to content

Commit 68dd311

Browse files
Added 421 Misdirected Request (#77)
* Added 421 Misdirected Request * fix: change description on Misdirected request
1 parent 533656b commit 68dd311

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

codes.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,5 +495,15 @@
495495
"doc": "Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.4.6",
496496
"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."
497497
}
498+
},
499+
{
500+
"code": 421,
501+
"phrase": "Misdirected Request",
502+
"constant": "MISDIRECTED_REQUEST",
503+
"isDeprecated": false,
504+
"comment": {
505+
"doc": "Official Documentation @ https://datatracker.ietf.org/doc/html/rfc7540#section-9.1.2",
506+
"description": "Defined in the specification of HTTP/2 to indicate that a server is not able to produce a response for the combination of scheme and authority that are included in the request URI."
507+
}
498508
}
499509
]

0 commit comments

Comments
 (0)