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

{{HTTPSidebar}}

+ +

HyperText Transfer Protocol (HTTP) 411 Length Required クライアントエラーレスポンスコードは、サーバーが定義された {{HTTPHeader("Content-Length")}} ヘッダーのないリクエストの受け入れを拒否することを示します。

+ +
+

メモ: 仕様によっては、一連のチャンクでデータを送信する場合 Content-Length ヘッダは省略され、各チャンクの先頭に、現在のチャンクの長さを16進形式で追加する必要があります。詳細は {{HTTPHeader("Transfer-Encoding")}} を参照してください。

+
+ +

ステータス

+ +
411 Length Required
+ +

仕様

+ + + + + + + + + + + + +
仕様書タイトル
{{RFC("7231", "411 Length Required" , "6.5.10")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

関連情報

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