多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 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