Tagged Questions
1
vote
1answer
90 views
Setting Cache-Control and Expires headers for the end client only
I am trying to add explicit caching to 301 redirects. However, I am worried that a permanent redirect for one user might not be permanent for another user. So I'd like to use Cache-Control: no-cache ...
4
votes
3answers
1k views
expires headers and forcing cache-loading instead of 304?
so here is a little mystery. google analytics javascript somehow always loads from browser cache on F5 (in Firefox). i cannot get the same thing to happen with my own scripts.
here are the headers ...