415
⚠️ Client Error RFC 9110, Section 15.5.16
Unsupported Media Type
The media format of the requested data is not supported by the server.
Common Use
Server cannot process the Content-Type sent. Example: API expects JSON but receives XML, or unsupported image format.
API Endpoint
https://codes.uncodigo.com/http/415 Example with curl
curl -i https://codes.uncodigo.com/http/415 Try It
GET /http/415 Click "Send Request" to see the response...