{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.devtools.tools"},{"@type":"ListItem","position":2,"name":"HTTP Status Codes","item":"https://www.devtools.tools/http-status"},{"@type":"ListItem","position":3,"name":"426 Upgrade Required","item":"https://www.devtools.tools/http-status/426"}]}All HTTP status codes
HTTP 426 Upgrade Required
Client ErrorThe server refuses to serve the request over the current protocol; the Upgrade header says which protocol to switch to.
Defined in RFC 9110
Common causes
- Endpoints that require switching protocols (e.g. to TLS or HTTP/2)
How to fix it
Reconnect using the protocol named in the Upgrade header
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.