keecode logokeecode
406

Not Acceptable

Client Error

Description

The requested resource is capable of generating only content not acceptable according to Accept headers

Common Usage

Server can't produce response matching client's Accept headers

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 406 Not Acceptable

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 406 Not Acceptable