406
⚠️ Client Error RFC 9110, Section 15.5.7
Not Acceptable
The target resource does not have a current representation that would be acceptable to the user agent.
Common Use
Content negotiation failure. The server cannot produce a response matching the Accept-* headers (e.g., client wants XML but API only returns JSON).
API Endpoint
https://codes.uncodigo.com/http/406 Example with curl
curl -i https://codes.uncodigo.com/http/406 Try It
GET /http/406 Click "Send Request" to see the response...