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/zh-cn/web/http/status/301/index.html | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/zh-cn/web/http/status/301/index.html (limited to 'files/zh-cn/web/http/status/301') diff --git a/files/zh-cn/web/http/status/301/index.html b/files/zh-cn/web/http/status/301/index.html new file mode 100644 index 0000000000..a46c5f21c7 --- /dev/null +++ b/files/zh-cn/web/http/status/301/index.html @@ -0,0 +1,46 @@ +--- +title: 301 Moved Permanently +slug: Web/HTTP/Status/301 +tags: + - HTTP + - 状态码 + - 重定向 +translation_of: Web/HTTP/Status/301 +--- +
{{HTTPSidebar}}
+ +

HTTP 301 永久重定向 说明请求的资源已经被移动到了由 {{HTTPHeader("Location")}} 头部指定的url上,是固定的不会再改变。搜索引擎会根据该响应修正。

+ +

尽管标准要求浏览器在收到该响应并进行重定向时不应该修改http method和body,但是有一些浏览器可能会有问题。所以最好是在应对{{HTTPMethod("GET")}} 或 {{HTTPMethod("HEAD")}} 方法时使用301,其他情况使用{{HTTPStatus("308")}} 来替代301。

+ +

状态

+ +
301 永久重定向
+ +

标准

+ + + + + + + + + + + + +
标准标题
{{RFC("7231", "301 永久重定向" , "6.4.2")}}超文本传输协议 (HTTP/1.1): 语义和内容
+ +

浏览器兼容性

+ + + +

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

+ +

更多信息可见

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