Tagged Questions
1
vote
2answers
447 views
Cache a resource across HTTP and HTTPS
Is there a way to specify that a resource should be cached when accessed over both HTTP and HTTPS? We have lots of static content that is initially served over HTTP and then re-served over SSL when ...
5
votes
1answer
1k views
Can I expect browsers to cache static content served over SSL encryption?
With all the talk about FireSheep I am thinking of switching my web applications to use full https accross the entire site. However, I am concerned about caching. I use a lot of JavaScript, CSS files, ...