我尚未找到有关该标准是否允许重复的HTTP响应标头的任何规范,但是我需要知道这是否会引起兼容性问题。
说我有一个这样的响应头:
HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054)/Tomcat-5.5
Cache-Control: no-cache
Cache-Control: no-store
Location: http://localhost:9876/foo.bar
Content-Language: en-US
Content-Length: 0
Date: Mon, 06 Dec 2010 21:18:26 GMT
请注意,有两个Cache-Control
标头具有不同的值。浏览器是否总是像对待“缓存控制:无缓存,无存储”那样对待它们?