aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status
diff options
context:
space:
mode:
authorShohei Hagiwara <hagiwara.shohei@gmail.com>2021-08-09 23:43:27 +0900
committerGitHub <noreply@github.com>2021-08-09 23:43:27 +0900
commit6bb71f86dcdd99d39aeaee74f4ed839875049cb2 (patch)
tree6ffd73b610d60e68e7243326082ef0982f59f42a /files/ja/web/http/status
parent7442d1ef04ccd872c87255744ea62c5f59a6c637 (diff)
downloadtranslated-content-6bb71f86dcdd99d39aeaee74f4ed839875049cb2.tar.gz
translated-content-6bb71f86dcdd99d39aeaee74f4ed839875049cb2.tar.bz2
translated-content-6bb71f86dcdd99d39aeaee74f4ed839875049cb2.zip
原文にはない2KBというバイト数指定の削除 (#1895)
英語原文には2KBというバイト数の指定はありませんが日本語訳では入ってしまっているため削除し、英語原文に近い「長いクエリー文字列」という表現に変更します。
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>