aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/http/status')
-rw-r--r--files/ja/web/http/status/414/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/status/414/index.html b/files/ja/web/http/status/414/index.html
index 308616143f..13161aeeb7 100644
--- a/files/ja/web/http/status/414/index.html
+++ b/files/ja/web/http/status/414/index.html
@@ -15,7 +15,7 @@ translation_of: Web/HTTP/Status/414
<p>これが発生する条件はわずかです。</p>
<ul>
- <li>クライアントが、送信データがおよそ 2KB を超える {{HTTPMethod("POST")}} リクエストを不適切に {{HTTPMethod("GET")}} リクエストに変換した場合。</li>
+ <li>クライアントが、 {{HTTPMethod("POST")}} リクエストを長いクエリー文字列をもつ {{HTTPMethod("GET")}} リクエストに変換した場合。</li>
<li>クライアントがリダイレクトのループに陥った場合 (たとえば、リダイレクトされた URL 接頭辞が自分自身の接尾辞を指していた場合や、受け取った URL の扱いを誤った場合)。</li>
<li>潜在的なセキュリティホールを利用しようとしているクライアントがサーバーを攻撃している場合などです。</li>
</ul>