From 4a573bbdd0e5945998a37162d1535245d4e20416 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 7 Sep 2021 00:29:50 +0900 Subject: Web/a-h以下の文書内のリンクURLを正規化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/http/status/203/index.html | 2 +- files/ja/web/http/status/204/index.html | 2 +- files/ja/web/http/status/205/index.html | 2 +- files/ja/web/http/status/401/index.html | 2 +- files/ja/web/http/status/404/index.html | 2 +- files/ja/web/http/status/407/index.html | 2 +- files/ja/web/http/status/428/index.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'files/ja/web/http/status') diff --git a/files/ja/web/http/status/203/index.html b/files/ja/web/http/status/203/index.html index 0198651222..e16f73ecd9 100644 --- a/files/ja/web/http/status/203/index.html +++ b/files/ja/web/http/status/203/index.html @@ -14,7 +14,7 @@ translation_of: Web/HTTP/Status/203

HTTP の 203 Non-Authoritative Information レスポンスステータスは、リクエストが成功したものの、変換{{Glossary("Proxy server", "プロキシ")}}によって元のサーバーの{{HTTPStatus("200")}} (OK) レスポンスからペイロードが変更されたことを表します。

-

203 レスポンスは 214 の値、すなわち Transformation Applied の {{HTTPHeader("Warning")}} ヘッダーコードと似ていますが、こちらはどのステータスコードのレスポンスにも適用できるという利点があります。

+

203 レスポンスは 214 の値、すなわち Transformation Applied の {{HTTPHeader("Warning")}} ヘッダーコードと似ていますが、こちらはどのステータスコードのレスポンスにも適用できるという利点があります。

ステータス

diff --git a/files/ja/web/http/status/204/index.html b/files/ja/web/http/status/204/index.html index 333d6c4c56..ef27ed80d7 100644 --- a/files/ja/web/http/status/204/index.html +++ b/files/ja/web/http/status/204/index.html @@ -40,5 +40,5 @@ translation_of: Web/HTTP/Status/204

参照

diff --git a/files/ja/web/http/status/205/index.html b/files/ja/web/http/status/205/index.html index dab1962040..a0aeaa9cbf 100644 --- a/files/ja/web/http/status/205/index.html +++ b/files/ja/web/http/status/205/index.html @@ -34,7 +34,7 @@ translation_of: Web/HTTP/Status/205

互換性メモ

関連情報

diff --git a/files/ja/web/http/status/401/index.html b/files/ja/web/http/status/401/index.html index b65cb97064..d37026c952 100644 --- a/files/ja/web/http/status/401/index.html +++ b/files/ja/web/http/status/401/index.html @@ -47,7 +47,7 @@ WWW-Authenticate: Basic realm="Access to staging site"

参照