Find out what resources are not going over HTTPS

前端 未结 13 2222
花落未央
花落未央 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:26

    One of the easiest ways to do it is to right-click the page in Firefox and select View Page Info. Then go to the Media tab and find anything that is loading from http instead of https.

提交回复
热议问题