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/413/index.html | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/ja/web/http/status/413/index.html (limited to 'files/ja/web/http/status/413/index.html') diff --git a/files/ja/web/http/status/413/index.html b/files/ja/web/http/status/413/index.html new file mode 100644 index 0000000000..f4b4ab9ffd --- /dev/null +++ b/files/ja/web/http/status/413/index.html @@ -0,0 +1,42 @@ +--- +title: 413 Payload Too Large +slug: Web/HTTP/Status/413 +tags: + - Client error + - HTTP + - HTTP Status Code + - Reference + - Status code +translation_of: Web/HTTP/Status/413 +--- +
{{HTTPSidebar}}
+ +

HTTP 413 Payload Too Large レスポンスステータスコードは、リクエストエンティティがサーバーによって定義された制限よりも大きいことを示します。サーバーは接続を閉じるか {{HTTPHeader("Retry-After")}} ヘッダーフィールドを返します。

+ +

ステータス

+ +
413 Payload Too Large
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7231", "413 Payload Too Large" , "6.5.11")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

関連情報

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