Skip to main content
CalcHive

HTTP 406 Not Acceptable

Client Error

The server cannot produce a response matching the Accept headers sent by the client.

Common Causes

  • Accept header specifies an unsupported content type
  • API does not support the requested format (e.g., XML when only JSON is available)

How to Fix

  • Check and update the Accept header
  • Use a content type the server supports
  • Remove restrictive Accept headers

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference