Find out what resources are not going over HTTPS

前端 未结 13 2147
花落未央
花落未央 2020-12-08 12:49

I have an ASP.NET site which should transport completely over HTTPS. However, in Google Chrome I get a warning that the page includes resources which are not secure. How can

相关标签:
13条回答
  • 2020-12-08 13:29

    In Google Chrome: You can view the offending resource in the Console tab of the Inspect Element window.

    It will be listed as:

    The page at https://example.com/page displayed insecure content from http://example.com/resource

    Of course you might have to reload the page with the Inspect Element window already open.

    0 讨论(0)
提交回复
热议问题