Why browser does not send “If-None-Match” header?

前端 未结 6 2003
一整个雨季
一整个雨季 2020-12-24 08:20

I\'m trying to download (and hopefully cache) a dynamically loaded image in PHP. Here are the headers sent and received:

Request:

GET /url:resource/P         


        
6条回答
  •  Happy的楠姐
    2020-12-24 09:14

    This was happening to me because I had set the cache size to be too small (via Group Policy).

    It didn't happen in Incognito, which is what made me realize this might be the case.

    Fixing that resolved the issue.

提交回复
热议问题