What is HTTP 415 Unsupported Media Type?
The 415 Unsupported Media Type response occurs when the server cannot process the format of the request body.
Common Causes
- Incorrect Content-Type header
- Unsupported file formats
- Invalid API payloads
Example
Content-Type: application/xml
Summary
415 Unsupported Media Type means the server cannot process the supplied format.