FireFox and Cache-Control: max-age=0
I usually post about problems that I've solved. But every once in a while, for all my digging around and googling, I come up on something that I can't solve quickly and thuroughly enough - so I post about it here in the hope someone can help.
To make a long story short - I've found out that FireFox 1.5 appends a "Cache-Control: max-age=0" HTTP header to requests for ASPX files. This header tells the web server and any proxy servers on the way not to respond with cached version of the requested page and to go and run the actual ASPX instead.
For me, this is a big problem. It renders the NetApp NetCache reverse proxy that I'm using quite useless and impacts badly on response times for that particular page.
Does anybody know why FireFox adds this header to the request? How can this be circumvented either on the browser's side or on the proxy server's side?
Thanks!
urig
Comments