httpstatuses/contents/codes/415.md
2016-01-27 14:08:33 -08:00

576 B

set code title references
4 415 Unsupported Media Type
Rails HTTP Status Symbol Go HTTP Status Constant
:unsupported_media_type http.StatusUnsupportedMediaType

The origin server is refusing to service the request because the payload is in a format not supported by this method on the target resource.

The format problem might be due to the request's indicated Content-Type or Content-Encoding, or as a result of inspecting the data directly.