是否有任何httpresponse标题会将用户重定向到我网站的某个页面?

时间:2011-10-28 10:34:02

标签: http httprequest httpresponse

我是服务员。用户向我发送http请求。我想知道是否有一些http响应标题会使用户网页浏览器自动重新更新为某些/my/server/page.html

2 个答案:

答案 0 :(得分:9)

您可以将Location标头与3xx-range中的响应代码一起使用。

举个例子:

HTTP/1.1 302 Found
Location: /my/server/page.html

答案 1 :(得分:2)

301302 HTTP代码可用于重定向请求,如下所示:

HTTP/1.1 302 Object moved
Date: Fri, 28 Oct 2011 10:37:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: http://www.xyz.com/abc