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.
当我通过 PHP 通过 curl 加载图像但在 Firefox 中打开它时,它通过检查缓存或其他内容向我显示图像已加载 3 次。
我正在使用篡改数据,我看到了下面显示的这个问题。
我试过使用header('Cache-Control: no-cache, no-store, max-age=0, must-revalidate');但没有解决方案。
header('Cache-Control: no-cache, no-store, max-age=0, must-revalidate');
此外,通过使用随机获取数据来强制下载图像并且没有缓存仍然无法正常工作。