What could be the best solution to avoid the conflict of http and https popups in IE?
I have many Secured connection pages where i face this popup in IE, I want to handle it how to do that?
What could be the best solution to avoid the conflict of http and https
Share
Use relative URLs where possible, you can even have protocol relative URLs:
This way, you can be sure your pages will not contain content from a non-secure protocol.