HTTP Status Codes / 4xx HTTP Status Codes / HTTP 421

421 Misdirected Request (RFC 7540)

This is an educational reference page about HTTP 421 Misdirected Request. The page itself is served as 200 OK so it can be indexed as HTTP documentation.

The request was directed at a server that is not able to produce a response (for example because of connection reuse).

What it means

HTTP 421 Misdirected Request means the request reached a server that cannot produce a response for the target origin.

Common causes

How to fix it

Example response

HTTP/1.1 421 Misdirected Request
Content-Type: text/plain

Request was directed to a server that cannot handle this origin

Developer notes

421 is most often seen with HTTP/2 and shared infrastructure. Retrying on a fresh connection can be valid, but server routing should still be fixed.

Questions

What does HTTP 421 mean?

HTTP 421 means the server that received the request is not able to respond for the requested origin.

How do I fix 421 Misdirected Request?

Check SNI, Host headers, TLS certificates, virtual hosts, and proxy routing so each hostname reaches the correct backend.

4xx client error – the request contains bad syntax or cannot be fulfilled


HTTP status code lookup
By Ping Now, a website/API/service uptime monitor
Data from Wikipedia