Front desk · HTTP Status Codes
4×× Client Error
421 Misdirected Request
· filed 2026-07-18 · click a code to copy
HTTP 421 Misdirected Request is a client error-class status code defined in RFC9110. The request was directed at a server unable to produce a response (e.g. wrong TLS SNI).
Client-error responses signal that the problem is on the requesting side: the request is malformed, unauthorized, or aimed at something that isn't there. On the wire, the response begins with the status line HTTP/1.1 421 Misdirected Request.