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/406/index.html | 64 +++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 files/ja/web/http/status/406/index.html (limited to 'files/ja/web/http/status/406/index.html') diff --git a/files/ja/web/http/status/406/index.html b/files/ja/web/http/status/406/index.html new file mode 100644 index 0000000000..ce674696f3 --- /dev/null +++ b/files/ja/web/http/status/406/index.html @@ -0,0 +1,64 @@ +--- +title: 406 Not Acceptable +slug: Web/HTTP/Status/406 +tags: + - HTTP + - HTTP ステータスコード + - Reference +translation_of: Web/HTTP/Status/406 +--- +
{{HTTPSidebar}}
+ +

HyperText Transfer Protocol (HTTP) の 406 Not Acceptable クライアントエラーレスポンスコードは、サーバーがリクエストの用意したコンテンツネゴシエーションヘッダーで定義された受付可能な値に一致するレスポンスを生成できず、サーバーが既定の表現方法で提供することを望まないことを表します。

+ +

用意されるコンテンツネゴシエーションヘッダーには次のものがあります。

+ + + +

実際には、このエラーは滅多に使われません。このエラーコードが使用される代わりに、エンドユーザーには暗号的で修正するのが困難なものなので、サーバーは関連するヘッダーを無視してユーザーに実際のページを提供します。ユーザーが完全に利益にならない場合に限り、こちらのエラーコードを選択するでしょう。

+ +

サーバーがこのようなエラー状態を返してきた場合、メッセージの本文には利用できるリソースの表現の一覧を含み、ユーザーがその中から選択できるようにします。

+ +

ステータス

+ +
406 Not Acceptable
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7231", "406 Not Acceptable" , "6.5.6")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

ブラウザーの対応

+ +

以下の情報は MDN の Github (https://github.com/mdn/browser-compat-data) から取得したものです。

+ + + +

{{Compat("http.status.406")}}

+ +

関連情報

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