Client error
HTTP 415: Unsupported Media Type
HTTP 415 means the server does not support the request media type.
Meaning
The request body format or Content-Type is not accepted for this resource.
Common causes
Sending XML to a JSON endpoint, missing Content-Type, or unsupported file formats can cause it.
What to check
Set the correct Content-Type and send a body format the endpoint accepts.
Example response
HTTP/1.1 415 Unsupported Media TypeReferences
Related HTTP status codes
Nearby codes often answer the next debugging question.