Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable "do you want to view only the webpage content that was delivered securely" warning?

My website has complete https and its using outer jquery resource which is http.

In IE 8, when I'm redirecting the site it giving me "do you want to view only the webpage content that was delivered securely" warning How to avoid this?

Is there any script available which solve this problem?

Thanks in Advance.

like image 777
Kapil Kshirsagar Avatar asked Dec 26 '11 13:12

Kapil Kshirsagar


4 Answers

There seem to be two possible problem areas and your post doesn't make clear which is the issue:

  • You are referencing a jquery script file hosted on another site which is not secure.

As JamWaffles said, you should simply host a copy of the jquery file on your own site so it can be accessed using https. See this answer for details: https://stackoverflow.com/a/1458356/773798

Or ...

  • You are redirecting from a secure to an unsecure site.

I don't think this is what's causing the problem, because it will generate a different message, but for details on how to redirect from a secure to an unsecure page, see this answer: https://stackoverflow.com/a/3784676/773798

like image 98
dhochee Avatar answered Oct 12 '22 10:10

dhochee


it is a setting on Internet Options - Advance , once u uncheck "Warn if changing between secure and unsecure mode." u wont get the message.

like image 43
Murtaza Avatar answered Oct 12 '22 08:10

Murtaza


Check and Change your Internet options In IE.

How ever u needed change like that.First Use Google it will be better.

http://blogs.msdn.com/b/ieinternals/archive/2009/06/22/9797918.aspx

Hope this may helpful...

like image 20
RajeshKdev Avatar answered Oct 12 '22 10:10

RajeshKdev


We cannot bypass the security alert using any javascript or jquery, because it is concern to security.

like image 40
Kapil Kshirsagar Avatar answered Oct 12 '22 10:10

Kapil Kshirsagar