Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. HTTP
  3. Reference
  4. HTTP response status codes
  5. 421 Misdirected Request

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.

Status

http
421 Misdirected Request

Examples

Apache SNI error

Given the following request:

http
GET / HTTP/1.1Host: abc.example.com

In 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

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp