Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. HTTP
  3. Reference
  4. HTTP response status codes
  5. 426 Upgrade Required

426 Upgrade Required

The HTTP426 Upgrade Requiredclient error response status code indicates that the server refused to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol.

The server sends anUpgrade header with this response to indicate the required protocol(s).

Status

http
426 Upgrade Required

Examples

Upgrade required from HTTP/1.1

Given a GET request to a system:

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

The origin server expects that requests must be made inHTTP/3:

http
HTTP/1.1 426 Upgrade RequiredUpgrade: HTTP/3.0Connection: UpgradeContent-Length: 53Content-Type: text/plainThis service requires use of the HTTP/3.0 protocol.

Specifications

Specification
HTTP Semantics
# status.426

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp