What does HTTP status 421 (Misdirected Request) mean?

 
Could be also:
ConstantTypeOS
USB_DRIPS_BLOCKER_SURPRISE_REMOVAL_LIVEDUMPBugCheck CodeWindows
Previous Next
HTTP_STATUS_ENHENCE_CALM HTTP_STATUS_UNPROCESSABLE_ENTITY

HTTP_STATUS_MISDIRECTED_REQUEST

This status is especially relevant to reused HTTP/2 or HTTP/3 connections: a server may receive a request for an authority it is not configured to serve on that connection.

Clients can retry on a new connection to the target origin. Server operators should check TLS certificate coverage, virtual-host configuration, authority headers, and connection coalescing behavior.

This can occur when a reused or coalesced connection reaches a server that cannot serve the authority named by the request, even though the connection itself is valid. Clients can retry the request on a separate connection for the correct origin. Servers and proxies should also verify virtual-host and connection-coalescing configuration.

RFC 9110: HTTP Semantics


Looking for a different code? Search another status or error code.