例如:若访问http://ip:port/mid/test001.html 返回302状态码,location的地址可为:
- //ip:port/mid/test002.html
- /test002.html
- test002.html
- http://ip:port/mid/test002.html
以上location跳转到的绝对地址分别为:
- http://ip:port/mid/test002.html
- http://ip:port/test002.html
- http://ip:port/mid/test002.html
- http://ip:port/mid/test002.html
参考资料:
1. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location
2. https://tools.ietf.org/html/rfc3986#section-4.2
3. http://blog.sina.com.cn/s/blog_7d96c7380102woa4.html
网友评论