From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/status/308/index.html | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/ja/web/http/status/308/index.html (limited to 'files/ja/web/http/status/308/index.html') diff --git a/files/ja/web/http/status/308/index.html b/files/ja/web/http/status/308/index.html new file mode 100644 index 0000000000..d2329cd602 --- /dev/null +++ b/files/ja/web/http/status/308/index.html @@ -0,0 +1,53 @@ +--- +title: 308 Permanent Redirect +slug: Web/HTTP/Status/308 +tags: + - HTTP + - HTTP ステータスコード + - Reference + - リダイレクト +translation_of: Web/HTTP/Status/308 +--- +
{{HTTPSidebar}}
+ +

The HyperText Transfer Protocol (HTTP) 308 Permanent Redirect リダイレクトステータスコードは、リクエストされたリソースが {{HTTPHeader("Location")}} ヘッダーで示された URL へ完全に移動したことを示します。ブラウザーはこのページにリダイレクトし、検索エンジンはリソースへのリンクを更新します (「SEO 用語」では、「リンクジュース」が新しい URL に送られたと言われます)。

+ +

{{HTTPStatus("301")}} の場合は不正に {{HTTPMethod("GET")}} メソッドに変更される可能性があるのに対し、このコードの場合はリクエストメソッドと本文が変更されません。

+ +
+

メモ: ウェブアプリケーションによっては、 308 Permanent Redirect を標準外かつ他の目的に使用していることがあります。例えば、 Google Drive はアップロードが不完全に停止したことを表すために、 308 Resume Incomplete レスポンスを使用します。[1]

+
+ +

ステータス

+ +
308 Permanent Redirect
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7538", "308 Permanent Redirect" , "3")}}The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)
+ +

ブラウザーの対応

+ + + +

{{Compat("http.status.308")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf