标签: php firefox caching curl
当我通过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');
此外,通过使用随机获取数据来强制图像下载,并且没有缓存仍无法正常工作。