4xx Client ErrorHTTP Status Code Reference

HTTP 421 Misdirected Request— What It Means, Causes & How to Fix It

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.

Live URL Status Checker

Enter any URL to see its real HTTP response code

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

Commonly Referenced Status Codes

The most frequently searched HTTP status codes

Related Tools