第五节 Content-Location 字段
最后更新于:2022-04-02 04:41:11
# Content-Location
> 作者:肖鹏-SpiritLing 时间:2019-11-23
```http
Content-Location: httpo://www.example.com/index.html
```
首部字段 `Content-Location` 给出与报文主题部分相对应的URI。和首部字段 `Location` 不同, `Content-Location` 表示的是报文主体返回资源对应的 URI。
比如,对于使用首部字段 `Accept-Language` 的服务器驱动型请求,当返回的页面内容与实际请求的对象不同时,首部字段 `Content-Location` 内会写明 URI。(访问 http://www.example.com/ 返回的对象却是 http://www.example.com/index.html 等类似情况)。
> 作者:肖鹏-SpiritLing 时间:2019-11-23
';