From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/status/415/index.html | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 files/ja/web/http/status/415/index.html (limited to 'files/ja/web/http/status/415') diff --git a/files/ja/web/http/status/415/index.html b/files/ja/web/http/status/415/index.html new file mode 100644 index 0000000000..ced2dfbcf6 --- /dev/null +++ b/files/ja/web/http/status/415/index.html @@ -0,0 +1,43 @@ +--- +title: 415 Unsupported Media Type +slug: Web/HTTP/Status/415 +tags: + - HTTP + - HTTPステータスコード + - クライアントエラー + - ステータスコード + - リファレンス +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
+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf