--- title: 415 Unsupported Media Type slug: Web/HTTP/Status/415 translation_of: Web/HTTP/Status/415 ---

{{HTTPSidebar}}

HTTP 415 Unsupported Media Type 用戶端的錯誤表示被請求資源的多媒體類型不被伺服器支援,因此該請求被拒絕。

該格式問體可能源自於請求中設置的  {{HTTPHeader("Content-Type")}} 或 {{HTTPHeader("Content-Encoding")}} 或對資料的直接訪問。

狀態

415 Unsupported Media Type

規範

規格 標題
{{RFC("7231", "415 Unsupported Media Type" , "6.5.13")}} Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

參見