`

http头的Location和Conten-Location

阅读更多

响应头域中的:Location响应头

Location响应头用于重定向接收者到一个新URI地址。

The Location response-header field is used to redirect the recipient to a location other than the Request-URI for completion of the request or identification of a new resource. For 201 (Created) responses, the Location is that of the new resource which was created by the request. For 3xx responses, the location SHOULD indicate the server’s preferred URI for automatic redirection to the resource. The field value consists of a single absolute URI.

       Location       = "Location" ":" absoluteURI

An example is:

       Location: http://www.w3.org/pub/WWW/People.html
      Note: The Content-Location header field (section 14.14) differs
      from Location in that the Content-Location identifies the original
      location of the entity enclosed in the request. It is therefore
      possible for a response to contain header fields for both Location
      and Content-Location. Also see section 13.10 for cache
      requirements of some methods.

 

实体中的:Content-Location

The Content-Location entity-header field MAY be used to supply the resource location for the entity enclosed in the message when that entity is accessible from a location separate from the requested resource’s URI. A server SHOULD provide a Content-Location for the variant corresponding to the response entity; especially in the case where a resource has multiple entities associated with it, and those entities actually have separate locations by which they might be individually accessed, the server SHOULD provide a Content-Location for the particular variant which is returned.

       Content-Location = "Content-Location" ":"
                         ( absoluteURI | relativeURI )

The value of Content-Location also defines the base URI for the entity.

分享到:
评论

相关推荐

    Java获取文件ContentType案例

    下面将详细说明每种方式的实现细节和优缺点。 方式一:使用Files.probeContentType()方法 在Java 7中引入了NIO.2 API,提供了Files.probeContentType()方法,该方法可以根据文件的扩展名和内容来检测文件的...

    VUE项目axios请求头更改Content-Type操作

    总的来说,这个Vue项目展示了如何使用Axios进行API通信,如何设置请求头以改变`Content-Type`,以及如何处理和存储`Authorization`头中的JWT`token`。这为构建安全、健壮的前后端交互奠定了基础。

    基于java下载中getContentLength()一直为-1的一些思路

    1. 服务器端没有提供 Content-Length 头信息:在某些情况下,服务器端可能没有提供 Content-Length 头信息,这样 getContentLength() 方法将返回 -1。 2. 服务器端使用了压缩算法:如果服务器端使用了压缩算法,如 ...

    temu的Anti-Content,带调用例子

    6. **网络通信**: Node.js提供了`http`和`https`模块,用于创建HTTP和HTTPS服务器,可以处理HTTP请求和响应,实现Web服务功能。 7. **temu_good.js**: 这个文件名可能表示它是项目中的核心组件,包含实现“temu”...

    VB 初学者必看内容

    以上就是VB初学者需要掌握的基本概念和知识,通过深入学习和实践,可以逐步掌握VB编程并构建出自己的应用程序。台湾小站的学习资料应该包含了这些内容的详细讲解,对初学者来说是非常好的学习资源。

    部分美团静态首页代码

    <div class="main-main-content-top-left"> <div class="main-main-content-top-left-prev"><</div> <div class="main-main-content-top-left-next">></div> </div> ...</div> <div class="main-middle-conten

    Heidrun:这是 Cardano 的一个自动化平台,可根据检测到钱包地址的付款来触发各种操作

    海德伦 ... 它不需要完整的 Cardano 节点,依靠来查询和提交交易。 在 Cardano testnet和mainnet testnet良好(在两者之间切换非常容易)。 目前,该系统允许您创建钱包并查看每个钱包的内容,它可以...--header ' Conten

    absensi_web_

    10. **conten-get.php**:可能是一个通用的获取内容的文件,用于从数据库中检索数据并显示在网页上,比如获取员工列表或者考勤记录。 这些文件共同构成了一个完整的Web应用程序,实现了在线考勤管理的功能。系统...

    Live HTTP Headers-crx插件

    实时HTTP标头会记录您的Chrome浏览器和Internet之间的所有HTTP通信。 如果您要执行以下操作,此扩展名可能会有所帮助:*调试Web应用程序*遵循重定向路径*查看远程站点发送的cookie *查看远程站点使用的Web服务器*...

    image-comparer:简单的http服务以使用opencv2比较图像

    图像比较器简单的http服务以使用opencv2比较图像如何建造docker ..., " imageUrl1 " : " link to image 1 " , " imageUrl2 " : " link to image 2 " }例子curl -X POST \ http://localhost:1234/compare \ -H ' Conten

    PHP 使用header函数设置HTTP头的示例解析 表头

    charset=utf-8 ‘); //Atom header(‘Content-type: application/atom+xml’); //CSS header(‘Content-type: text/css’); //Javascript header(‘Content-type: text/javascript’... //JSON header(‘Conten

    Chrome扩展(popup页面,content页面,还有background通信)

    这个插件包含了 main.js(popup页面使用的js) 跟 background.js(后台) 之前的通信 main.js(popup页面使用的js) 跟 content.js(注入到dom的js) 之前的通信 background.js 跟 cntent.js 之前的通信

    基于JS组件实现拖动滑块验证功能(代码分享)

    拖动滑块验证功能在支付宝,微信各大平台都能见到这样的功能,那么基于js组件是如何实现此功能的呢?今天小编就给大家分享下js 拖动滑块 验证功能的实现代码,具体代码如下所示: ...meta http-equiv=Expires conten

    eclipse插件egit

    Git是分布式版本控制系统,广泛用于软件开发,因为它提供了高效的数据管理和灵活的工作流。 Eclipse EGit插件的安装过程如下: 1. **下载**:首先,你需要从Eclipse官方网站或者其他可靠的源下载Egit的更新站点...

    基于Java语言实现的命令行工具-everything.zip

    在IT领域,命令行工具是开发者和系统管理员的得力助手,它们提供了高效、快速的交互方式来执行各种任务。本项目"基于Java语言实现的命令行工具-everything.zip"是一个利用Java编程语言编写的命令行应用程序,旨在...

    javashuffle源码-Databricks-Apache-Spark-2X-Certified-Developer:Databricks

    java shuffle源码Databricks - Apache Spark:trade_mark: - 2X 认证开发人员 这个 repo 是我的认证准备笔记的集合。 如果您有任何建议,找到更正或想要欣赏,请发表评论:-) 关注我,,,, ..."/conten

    网页制作有用的代码

    请问如何去掉主页右面的滚动条?<body scroll="no"><body style="overflow-y:hidden">********************************怎样不使用页面的缓存?即每一次打开页面时不是...META HTTP-EQUIV="Pragma" CONTEN

    react-native-pixfactory-accordion:使用react-native-collapsible实现React Native Accordion实现

    React本地像素工厂手风琴 使用react-native-collapsible React Native动画手风琴组件 该组件的主要灵感来自于随附的组件。 制作此组件的灵感来自于此 ,但由于react-native-collapsible使用Animated ,我决定... Conten

Global site tag (gtag.js) - Google Analytics