How to display non-SSL images on HTTPS connection?

前端 未结 7 1025
耶瑟儿~
耶瑟儿~ 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:15

    Just like you would include an https image:

    
    

    Some browsers might complain to the user, though, that you're loading insecure resources for a secure page. Nothing you can do about that.

提交回复
热议问题