aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authoratti <18576384+at6ue@users.noreply.github.com>2022-01-24 09:17:44 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-24 11:13:34 +0900
commit88e92e2a8c677480cb59e142a6b4af3b688f8611 (patch)
tree1b276e4e97a6f056e53c11d858e46a15eec571d2 /files/ja/web
parent3b7a6f023efe9554794dc342e3c1481292098e96 (diff)
downloadtranslated-content-88e92e2a8c677480cb59e142a6b4af3b688f8611.tar.gz
translated-content-88e92e2a8c677480cb59e142a6b4af3b688f8611.tar.bz2
translated-content-88e92e2a8c677480cb59e142a6b4af3b688f8611.zip
不要な記述を削除
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/http/redirections/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/redirections/index.html b/files/ja/web/http/redirections/index.html
index d3f9637afd..5ff0b678a7 100644
--- a/files/ja/web/http/redirections/index.html
+++ b/files/ja/web/http/redirections/index.html
@@ -20,7 +20,7 @@ translation_of: Web/HTTP/Redirections
<h2 id="Principle" name="Principle">原理</h2>
-<p>HTTP では、リダイレクトはリクエストに対して、サーバーが特別な<em>リダイレクト</em>レスポンスをという特別なレスポンスを送信することによって、サーバーがリダイレクトを発生させます。リダイレクトレスポンスは<a href="/ja/docs/Web/HTTP/Status">ステータスコード</a>が <code>3</code> で始まり、 {{ httpheader("Location") }} ヘッダーがリダイレクト先の URL を保持しています。</p>
+<p>HTTP では、リダイレクトはリクエストに対して、サーバーが特別な<em>リダイレクト</em>レスポンスを送信することによって、サーバーがリダイレクトを発生させます。リダイレクトレスポンスは<a href="/ja/docs/Web/HTTP/Status">ステータスコード</a>が <code>3</code> で始まり、 {{ httpheader("Location") }} ヘッダーがリダイレクト先の URL を保持しています。</p>
<p>ブラウザーがリダイレクトを受け取ると、 <code>Location</code> ヘッダーで提供された新たな URL を使用して直ちに読み込みを行います。追加の往復によるパフォーマンスの低下の他に、ユーザーがリダイレクトに気づくことはほとんどありません。</p>