Tagged Questions
3
votes
3answers
619 views
Browser Cache Control, Dynamic Content
Problem: I can't seem to get FireFox to cache images sent from a dynamic server
Setup: Static Apache Server with reverse proxy to a dynamic server (mod_perl2) at backend.
Here is the request URL for ...
2
votes
0answers
20 views
Why my aspx page is being requested from cache on my dev machine only
Ok - so I am testing a web application and am getting some strange behaviour on my development box that I can't work out. The same behaviour is not exhibited on a colleagues machine.
The issue is as ...
1
vote
2answers
32 views
Browser doesn't cache resources
I checked my site with Firebug: Each time I reload the page, all resources are loaded again. (I am NOT by clicking "reload" in the browser, but using a link on the homepage leading to the homepage)
...
1
vote
1answer
53 views
Prevent page caching not working on Android Webkit browser
I'm having troubles with a script which sends HTTP headers to prevent page caching on Android Webkit browsers.Script works fine on popular browser like Chrome, FF and IE but not Android Webkit ...
1
vote
1answer
83 views
How to force clear user's browser all the time?
We're working on a website. Our client want to check the website daily, but they're facing a problem. Whenever we make a change on the website, they have to clear their browser cache.
So I added the ...
1
vote
2answers
210 views
HTTP Headers - Cache Question
I am making a a request to an image and the response headers that I get back are:
Accept-Ranges:bytes
Content-Length:4499
Content-Type:image/png
Date:Tue, 24 May 2011 20:09:39 GMT
...
1
vote
2answers
314 views
No expires header sent, content cached, how long until browser makes conditional GET request?
Assume browser default settings, and content is sent without expires headers.
user visits website, browser caches images etc.
user does not close browser, or refresh page.
user continues to surf ...
0
votes
1answer
94 views
Firefox max-age based cache expiration behaving weirdly
Im working on a virtual globe web application which serves a lot of map tiles, and i am trying to tweak the http headers that my server is sending to indicate the browser (Firefox) an expiration time ...
0
votes
0answers
80 views
Preventing an image from being cached when browser back/forward button is clicked
I noticed that Google analytics utm.gif, a tracking pixel, is always requested by the browser even if the back/forward buttons are used. The response headers look like:
Cache-Control:private, ...
0
votes
1answer
101 views
Having trouble getting browsers to cache content
Sorry that this appears to be very similar to a number of other questions, but I have looked at all related posts I can see, but they don't seem to have quite the same issue as I do ;-)
The problem ...