| 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.
Looking for a different code? Search another status or error code.