Caching and HTTPS
问题 I've noticed something interesting while monitoring the network communications between my browser and server. It has something to do with caching. Say I have a CSS file http://domain.com/main.css (used in unsecured pages), which can also be accessed via https://domain.com/main.css (used in secured pages). When I first load an unsecured page, the CSS file gets a 200 OK . When I reload the page (or go to another unsecured page), I get a 304 Not Modified . When I go to a secured page for the