Back to HTTP Check Tool
4xx · Client Error

415Unsupported Media Type

请求实体的媒体类型不被服务器支持。

What is HTTP 415?

415 Unsupported Media Type 表示请求实体的媒体格式不被服务器支持。例如客户端发送 XML 但服务器只接受 JSON。检查 Content-Type 头。

Example

POST with Content-Type: text/xml to JSON-only API → 415

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 发送错误的内容类型
  • API 期望 JSON 但收到 XML
  • 不支持的编码格式

Quick Facts

Code415
Category4xx
TypeClient Error

Related 4xx Codes