302 Found - HTTP 编辑
The HyperText Transfer Protocol (HTTP) 302 Found
redirect status response code indicates that the resource requested has been temporarily moved to the URL given by the Location
header. A browser redirects to this page but search engines don't update their links to the resource (in 'SEO-speak', it is said that the 'link-juice' is not sent to the new URL).
Even if the specification requires the method (and the body) not to be altered when the redirection is performed, not all user-agents conform here - you can still find this type of bugged software out there. It is therefore recommended to set the 302
code only as a response for GET
or HEAD
methods and to use 307 Temporary Redirect
instead, as the method change is explicitly prohibited in that case.
In the cases where you want the method used to be changed to GET
, use 303 See Other
instead. This is useful when you want to give a response to a PUT
method that is not the uploaded resource but a confirmation message such as: 'you successfully uploaded XYZ'.
Status
302 Found
Specifications
Specification | Title |
---|---|
RFC 7231, section 6.4.3: 302 Found | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
Browser compatibility
BCD tables only load in the browser
See also
307 Temporary Redirect
, the equivalent of this status code where the method used never changes.303 See Other
, a temporary redirect that changes the method used toGET
.301 Moved Permanently
, the permanent redirect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论