426
Upgrade Required
Client Error
Description
The client should switch to a different protocol
Common Usage
Server requires client to upgrade to TLS or HTTP/2
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 426 Upgrade RequiredcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 426 Upgrade RequiredClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category