415
Unsupported Media Type
Client Error
Description
The request entity has a media type which the server does not support
Common Usage
Wrong Content-Type header or unsupported file format
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 415 Unsupported Media TypecURL Example
curl -I https://example.com
# Returns: HTTP/1.1 415 Unsupported Media TypeClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category