How to force a web browser NOT to cache images

后端 未结 17 856
太阳男子
太阳男子 2020-11-22 13:51

Background

I am writing and using a very simple CGI-based (Perl) content management tool for two pro-bono websites. It provides the website administrator with HTML

17条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 14:46

    Simple fix: Attach a random query string to the image:

    
    

    What the HTTP RFC says:

    Cache-Control: no-cache
    

    But that doesn't work that well :)

提交回复
热议问题