是否有任何 httpresponse 标头可以将用户重定向到我网站的某个页面?
我是服务员。用户向我发送 http 请求。我想知道是否有一些 http 响应标头可以让高用户网络浏览器自动重定向到某些 /my/server/page.html
I am a server. User sends http requests to me. I wonder if there is some http response header that would tall user web browser to auto rederect to some /my/server/page.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 3xx-范围。
举个例子:
You can use the
Location
header with a response code in the 3xx-range.For an example:
301
和302
HTTP 代码可用于重定向请求,如下所示:301
and302
HTTP codes can be used to redirect requests, like this: