4xx Client Error

HTTP 421 Misdirected Request

The request was directed at a server that is not able to produce a response. This can happen when a server is not configured for the combination of scheme and authority included in the request URI.

Common Causes

  • HTTP/2 connection coalescing to the wrong server
  • TLS certificate doesn't match the requested hostname
  • Server not configured for the requested domain

How to Fix

  1. 1Verify the server's TLS certificate covers the requested domain
  2. 2Ensure DNS is pointing to the correct server
  3. 3Check HTTP/2 connection reuse settings

Example

HTTP 421 Misdirected Request
GET https://other-domain.com/page HTTP/2
(sent over reused connection to wrong server)

→ 421 Misdirected Request

Related Client Error Codes