421
Misdirected Request
Client Error
Description
The request was directed at a server that is not able to produce a response
Common Usage
Used in HTTP/2 when server can't respond to request
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 421 Misdirected RequestcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 421 Misdirected RequestClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category