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

HTTP 429 Too Many Requests レスポンスステータスコードは、ユーザーが指定された時間内に多くのリクエストを送信した ("rate limiting") ことを示します。

+ +

新しいリクエストを行う前にどのくらい待つかを示す {{HTTPHeader("Retry-After")}} ヘッダをこのレスポンスに含めることができます。

+ +

ステータス

+ +
429 Too Many Requests
+ +

+ +
HTTP/1.1 429 Too Many Requests
+Content-Type: text/html
+Retry-After: 3600
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("6585", "429 Too Many Requests" , "4")}}Additional HTTP Status Codes
+ +

関連情報

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