lookup> 415

415 ·Unsupported Media Type

The Content-Type of the request body is not supported by the target resource.

Client ErrorRFC7231#6.5.13
Status415
PhraseUnsupported Media Type
TypeClient Error
SpecificationRFC7231#6.5.13

What does HTTP 415 mean?

The Content-Type of the request body is not supported by the target resource.

It belongs to the 4xx Client Error class of responses, defined in RFC7231#6.5.13.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 415

Send the body with a supported Content-Type (for example application/json).

  • Unsupported Content-Type sent
  • Wrong media type for the endpoint

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Send the body with a supported Content-Type (for example application/json).

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 415 cacheable?

415 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: The Content-Type of the request body is not supported by the target resource.

4xx responses

Related status codes

Related headers