421 Misdirected Request
The HTTP421 Misdirected Requestclient error response status code indicates that the request was directed to a server that is not able to produce a response.This can be sent by a server that is not configured to produce responses for the combination ofscheme andauthority that are included in the request URI.
Clients may retry the request over a different connection.
In this article
Status
http
421 Misdirected RequestExamples
>Apache SNI error
Given the following request:
http
GET / HTTP/1.1Host: abc.example.comIn cases such as a wildcard certificate (*.example.com) and a connection is reused for multiple domains (abc.example.com,def.example.com), the server may respond with a 421:
http
HTTP/1.1 421 Misdirected RequestDate: Wed, 26 Jun 2024 12:00:00 GMTServer: Apache/2.4.1 (Unix)Specifications
| Specification |
|---|
| HTTP Semantics> # name-421-misdirected-request> |