HTTP
406 Not Acceptable
The server cannot produce a response matching the Accept headers sent by the client.
When You See This Code
When requesting a content type the server doesn't support (e.g., Accept: application/xml when only JSON is available).
How to Fix
Adjust the Accept header to a format the server supports.