标签: nginx caching http-headers
我有上下文http {...},其中放置了标题if_modified_since before。但是,当我进入 Chrome 浏览器并查看Request Headers时,不会发送此标头,而是得到304 Not modified而不是200 (from cache)状态。在 Firefox 中,将发送此标头,并发出响应300 (Not modified)。
http {...}
if_modified_since before
Request Headers
304 Not modified
200 (from cache)
300 (Not modified)
但是我需要在 Chrome