Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using upload services and i have to use a request over http due to which IE gives me "Mixed Content" popup. My client do not want this. Is there any way to hide or handle it through java script or in Jquerry or C#?

Additional Info:
Web Application
C#
Asp.Net
Posted
Updated 15-May-14 10:37am
v2

1 solution

No there is not a way and you should really think about why. That is a security warning that you have content coming from a non secure source.

Is this upload service not offered through a secure, https, connection?
 
Share this answer
 
Comments
ismail khan 15-May-14 16:33pm    
Yes there is a single request from HTTP. Thats why i want to hide that popup on client side.
AnvilRanger 16-May-14 8:10am    
I would recommend you find a upload service that does offer a secure connection. You are not able to turn off the security warning from the server side, that would just be asking for trouble. What your client can do is disable the message on each install of IE, but again it has to be their choice.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900