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).
In this article
Status
http
426 Upgrade RequiredExamples
>Upgrade required from HTTP/1.1
Given a GET request to a system:
http
GET /resources HTTP/1.1Host: example.comThe 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> |