From 4134d123f85812e17ef75ad6317009f86a78f4b4 Mon Sep 17 00:00:00 2001 From: x270 <42441861+x270@users.noreply.github.com> Date: Sat, 17 Apr 2021 19:51:31 +0900 Subject: HTTPステータスの補足説明を修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HTTPステータス301は「Permanent Redirect)」ではなく「Moved Permanently」。 https://developer.mozilla.org/ja/docs/Web/HTTP/Status/301 事前に英語版にてPRし、レビュー済み。 https://github.com/mdn/content/pull/4198 --- files/ja/web/http/headers/location/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web') diff --git a/files/ja/web/http/headers/location/index.html b/files/ja/web/http/headers/location/index.html index 5996315a4f..9ff057b8f4 100644 --- a/files/ja/web/http/headers/location/index.html +++ b/files/ja/web/http/headers/location/index.html @@ -16,7 +16,7 @@ translation_of: Web/HTTP/Headers/Location
これらのステータスコードを持つすべてのレスポンスは、 Location
ヘッダーを送信します。