All HTTP status codes

HTTP 421 Misdirected Request

Client Error

The request reached a server that isn't configured to answer for that scheme/authority — common with HTTP/2 connection reuse across hostnames.

Defined in RFC 9110

Common causes

  • HTTP/2 connection coalescing sending a request to the wrong virtual host
  • SNI/SAN certificate covering hosts the backend doesn't actually serve

How to fix it

  1. Retry on a new connection

  2. Align certificates and server routing so coalescable hosts are truly served

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.