Loading http content on https website

前端 未结 3 1271
说谎
说谎 2020-12-03 19:19

I\'m thinking about my website architecture that\'s using https.. I now have a CDN server hosting images , css and more static files.

The website itself is using HTT

3条回答
  •  庸人自扰
    2020-12-03 20:21

    If you really want to load http content in https, you can follow this method using a backend handler in charge of downloading and exposing the required content with self forged links including a hash. The security issue is then fixed and you get the content accessible through https.

    Dealing with HTTP content in HTTPS pages

提交回复
热议问题