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

{{HTTPSidebar}}

+ +

HyperText Transfer Protocol (HTTP) 408 Request Timeout レスポンスステータスコードはサーバーがこの未使用のコネクションをシャットダウンすることを意味します。 クライアントからの以前のリクエストがなくても、一部のサーバーによってアイドル状態のコネクションで送信されます。

+ +

408 はサーバーがコネクションを待機し続けるのではなく、閉じることを決定することを意味しているため、サーバーはレスポンスで "close" {{HTTPHeader("Connection")}} ヘッダーフィールドを送信する必要があります。

+ +

このレスポンスは HTTP 事前接続メカニズム使用してサーフィンを高速化するために、Chrome や、Firefox 27+、IE9 などの、いくつかのブラウザでよく利用されます。

+ +
+

メモ: このメッセージを送信せずに接続をシャットダウンするサーバーもあります。

+
+ +

ステータス

+ +
408 Request Timeout
+ +

仕様

+ + + + + + + + + + + + +
仕様書タイトル
{{RFC("7231", "408 Request Timeout" , "6.5.7")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

参照

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