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 → 415Check a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →