How to overcome this security issue

后端 未结 7 1701
傲寒
傲寒 2020-12-28 15:05

I have implemented an ajax-polling script that calls an action in the server Controller every 10 seconds. With the response, I replace the content of a div:

相关标签:
7条回答
  • 2020-12-28 15:57

    If there is even one element whose src attribute begins with "http" instead of "https" in your code, IE will show that message.

    Are you sure that the data you 're fetching has no elements that have src="http:// ... " in their src attribute?

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