HTTP 301
301 Move Permanently 是HTTP协议中的一个状态码(Status Code)。可以简单地理解为该资源已经被永久改变了位置[1],通常会发送HTTP Location来重定向到正确的新位置。
HTTP/HTTPS |
---|
版本 |
请求方法 |
报文主体 |
頭欄位 |
狀態碼 |
相关主题 |
定义
例子
客户端发出请求:
GET /blog HTTP/1.1
Host: www.example.com
服务器回应,不带Cache-Control头部:
HTTP/1.1 301 Moved Permanently
Location: http://www.example.org/index.asp
服务器回应,带Cache-Control头部:
HTTP/1.1 301 Moved Permanently
Location: http://www.example.org/index.asp
Cache-control: private; max-age=600
参考文献
- . [2014-06-01]. (原始内容存档于2010-03-16).
- . Google 用户中心. Google. [6 February 2016]. (原始内容存档于2017-12-15).
- T., Fielding, Roy; Tim, Berners-Lee,; Henrik, Frystyk,. . [2017-07-04]. (原始内容存档于2010-11-30) (英语).
- C., Mogul, Jeffrey; Jim, Gettys,; Tim, Berners-Lee,; Henrik, Frystyk,. . IETF. [2017-07-04]. (原始内容存档于2018-06-07) (英语).
- J., Leach, Paul; Tim, Berners-Lee,; C., Mogul, Jeffrey; Larry, Masinter,; T., Fielding, Roy; James, Gettys,. . [2017-07-04]. (原始内容存档于2011-03-07) (英语).
- . StackOverflow. [2016-01-21]. (原始内容存档于2016-01-27).
- Mark, Nottingham,; Roy, Fielding,; Julian, Reschke,. . [2017-07-04]. (原始内容存档于2017-07-07) (英语).
- Roy, Fielding,; Julian, Reschke,. . [2017-07-04]. (原始内容存档于2017-05-25) (英语).
- . Bing Webmaster Tools. [2017-07-04]. (原始内容存档于2016-03-07).
- . Google Help. [2017-07-05]. (原始内容存档于2017-07-24) (英语).
外部連結
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.