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

后端 未结 7 796
别那么骄傲
别那么骄傲 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:19

    Content served over a HTTPS connection never gets cached in the browser. You cannot do much about it.

    Usually, images in your web site are not very sensitive and are served over HTTP for this very reason.

提交回复
热议问题