0

我的页面中有一个 href,例如:

<a href="/mysection"> My Section </a>

当我单击它时,Chrome 会使用以下标头发出请求:

Cache-Control:no-cache

这使得请求绕过所有缓存层,所以我得到了应该缓存的资源的 200 状态代码(所以我应该收到 304)

我已经用 firefox 测试了同一个应用程序,它没有添加 Cache-Control 标头,所以我得到了我指定的 304 状态代码。

如何让 Chrome 不在 href 的点击中添加无缓存标头?这是默认行为吗?

铬版本:27.0.1453.110

火狐版本:24.0

操作系统:Ubuntu 12.04 LTS

4

1 回答 1

0

I had cache disabled from chrome config. No that I've enabled it, I'm getting "200 (from cache)" as expected

于 2013-10-31T14:01:26.513 回答