Error AtlasError Documentation and Resolution

HTTP 406 Not Acceptable

406 Not Acceptable

The server cannot produce a response matching the list of acceptable values defined in the request's proactive content negotiation headers.

406 Not Acceptablegeneral
406 Not Acceptable
  • The request sends Accept headers that the server cannot satisfy.
  • The API or server does not support the requested response format or language.
  • Content negotiation rules are too strict for the available representation.
  1. Review Accept, Accept-Language, and related negotiation headers in the request.
  2. Adjust the client to request a format the server actually supports.
  3. Configure the server or API to return an available representation for the resource.
MDN: 406 Not Acceptable
406 Not Acceptable: what it means and how to fix it | Error Atlas