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/426/index.html | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/ja/web/http/status/426/index.html (limited to 'files/ja/web/http/status/426/index.html') diff --git a/files/ja/web/http/status/426/index.html b/files/ja/web/http/status/426/index.html new file mode 100644 index 0000000000..0129ce84cb --- /dev/null +++ b/files/ja/web/http/status/426/index.html @@ -0,0 +1,54 @@ +--- +title: 426 Upgrade Required +slug: Web/HTTP/Status/426 +tags: + - HTTP + - HTTP ステータスコード + - クライアントエラー + - ステータスコード + - リファレンス +translation_of: Web/HTTP/Status/426 +--- +
{{HTTPSidebar}}
+ +

HTTP の 426 Upgrade Required クライアントエラーレスポンスコードは、サーバーが現在のプロトコルを使用してリクエストを実行することを拒否していることを示しますが、クライアントが別のプロトコルにアップグレードした後に発生する可能性があります。

+ +

サーバーはこのレスポンスとともに {{HTTPHeader("Upgrade")}} ヘッダーを送信し、必要なプロトコルを示します。

+ +

ステータス

+ +
426 Upgrade Required
+ +

+ +
HTTP/1.1 426 Upgrade Required
+Upgrade: HTTP/2.0
+Connection: Upgrade
+Content-Length: 53
+Content-Type: text/plain
+
+This service requires use of the HTTP/2.0 protocol
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7231", "426 Upgrade Required" , "6.5.15")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

関連情報

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