4×× Client Error

415 Unsupported Media Type

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.



415 Code References

  • .NET HTTP Status Enum HttpStatusCode.UnsupportedMediaType
  • Rust HTTP Status Constant http::StatusCode::UNSUPPORTED_MEDIA_TYPE
  • Rails HTTP Status Symbol :unsupported_media_type
  • Go HTTP Status Constant http.StatusUnsupportedMediaType
  • Symfony HTTP Status Constant Response::HTTP_UNSUPPORTED_MEDIA_TYPE
  • Python2 HTTP Status Constant httplib.UNSUPPORTED_MEDIA_TYPE
  • Python3+ HTTP Status Constant http.client.UNSUPPORTED_MEDIA_TYPE
  • Python3.5+ HTTP Status Constant http.HTTPStatus.UNSUPPORTED_MEDIA_TYPE
HTTP Status Codes