Path: blob/main/files/en-us/web/http/status/415/index.md
6546 views
------{{HTTPSidebar}}
The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload format is in an unsupported format.
The format problem might be due to the request's indicated {{HTTPHeader("Content-Type")}} or {{HTTPHeader("Content-Encoding")}}, or as a result of inspecting the data directly.
Status
Specifications
{{Specifications}}
See also
{{HTTPHeader("Content-Type")}}
{{HTTPHeader("Content-Encoding")}}
{{HTTPHeader("Accept")}}