Easy way to determine what content is not delivered using a secure HTTPS connection?

后端 未结 7 2288
一向
一向 2021-02-14 12:53

I have some pages that are sent via HTTPS. Internet Explorer sometimes complains about \"This webpage contains content that will not be delivered using a secure HTTPS\".

<
7条回答
  •  再見小時候
    2021-02-14 13:34

    You could fire up Fiddler to see what exactly IE is requesting over regular HTTP.

    In Fiddler's default configuration, HTTPS requests will show up with a lock and CONNECT as the host. HTTP requests will have a non-lock icon.


    (source: josh3736.net)

提交回复
热议问题