gpt4 book ai didi

google-chrome - Chrome 似乎忽略了 'Cache-Control: must-revalidate' header

转载 作者:行者123 更新时间:2023-12-02 04:30:04 25 4
gpt4 key购买 nike

我们开发的 Web 应用程序一直存在问题,当我们部署新版本的应用程序时,Chrome 似乎会忽略所有 Cache-Control header 并加载应用程序( index.html) 超出磁盘缓存,导致我们的用户出现各种错误。

我已经尝试了 Cache-Control header 的几种不同变体,但它似乎永远不会服从,包括 Cache-Control: max-age: 0, must-revalidateCache-Control: no-cache

我的问题有两个:是否有我遗漏的东西可能导致这种情况,以及是否有其他人正在使用的技术来避免此类问题。

最佳答案

正确的max-age语法应该是

Cache-Control: max-age=0, must-revalidate

你也可以试试

Cache-Control: no-cache, no-store, max-age=0, must-revalidate

它基本上涵盖了所有不缓存指令,以防中间的某些代理不支持更新的语法。

关于google-chrome - Chrome 似乎忽略了 'Cache-Control: must-revalidate' header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49735701/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com