How to display non-SSL images on HTTPS connection?

前端 未结 7 1051
耶瑟儿~
耶瑟儿~ 2020-12-28 15:32

On my https web site, how can I display images from a web site without a certificate?

I own the example domain of:

  • http://www.example.
7条回答
  •  无人及你
    2020-12-28 16:19

    I hit this problem for a local news aggregator that I run, I ended up using PHP's copy to pull the images over to my server and then serving them up SSL.

    http://php.net/manual/en/function.copy.php

提交回复
热议问题