Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试微调我的一个将 Akamai 用于 CDN 的应用程序。
我提供的资源很少更改,但我希望 Akamai 偶尔检查一次以防万一。
为此,我将 Expires 和 CacheControl:max-age 设置为 3 天。
我的问题是:这 3 天之后会发生什么?Akamai 是否再次询问我整个内容,还是询问我是否使用 if-modified-since 标头进行了更改? 如果没有,我什至不会费心在我的应用程序中实现 304 状态代码的返回。
Akamai 服务器将向您的源发出 IMS 请求。