What must I do to make content such as images served over HTTPS be cached client-side?

后端 未结 7 803
别那么骄傲
别那么骄傲 2021-02-06 12:54

I am using Tomcat as a server and Internet Explorer 6 as a browser. A web page in our app has about 75 images. We are using SSL. It seems to be very slow at loading all the cont

7条回答
  •  清歌不尽
    2021-02-06 13:04

    The first answer is correct that nothing is cached when using HTTPS. However, when you build your web page, you may consider referencing the images by their individual URL's. This way you can specify the images as originating from an HTTP source, and they'll(likely) be cache'd by the browser.

提交回复
热议问题