Is Chrome ignoring Cache-Control: max-age?

前端 未结 8 1776
南旧
南旧 2020-11-27 02:56

Background:

  • IIS 7
  • AspNet 3.5 web app

Chrome dev tools lists 98 requests for the home page of the web app (aspx + js + css + images). I

8条回答
  •  萌比男神i
    2020-11-27 03:27

    Another tip:

    Do not forget to verify "Date" header - if server has incorrect date/time (or is located in another time zone) - Chrome will keep requesting resource again and again.

提交回复
热议问题