[HTTP] Location的格式

2017-05-22  本文已影响0人  techhow
Location的格式

例如:若访问http://ip:port/mid/test001.html 返回302状态码,location的地址可为:

  1. //ip:port/mid/test002.html
  2. /test002.html
  3. test002.html
  4. http://ip:port/mid/test002.html

以上location跳转到的绝对地址分别为:

  1. http://ip:port/mid/test002.html
  2. http://ip:port/test002.html
  3. http://ip:port/mid/test002.html
  4. 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
上一篇 下一篇

猜你喜欢

热点阅读