Not Acceptable
A "Not Acceptable" HTTP status is 406
.
This error occurs when the server cannot produce a response that matches the criteria defined by the client's Accept
headers, and that the server is unwilling to supply a default representation.
Not Acceptable
The client requested a resource format that the server cannot produce. The Accept
header contains the media types that the client is willing to accept.
Ensure the Accept
header specifies media types that the server supports. Consult the API documentation to confirm the supported media types for the requested resource.
Helpful Resources
- 406 Not Acceptable on MDN
- Ensure your client uses an appropriate media type by verifying with the API documentation.