keecode logokeecode
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 Request

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 421 Misdirected Request