Topic: Login Iframe
Hello , i was using the login iframe just fine with my custom css and all of the sudden am getting this error
mixed content: the page at was loaded over https, but requested an insecure stylesheet . this request has been blocked; the content must be served over https.
am using HTTP not HTTPS i even checked it is requesting the css file with HTTP in it and it is working fine my iframe :
<div align="center" style="padding-top:20px; padding-bottom:20px;">
<iframe id="I1" name="I1" scrolling="no"
src="http://hosting.wialon.com/login.html?client_id=@MyID&access_type=-1&activation_time=0&duration=2592000&flags=0x100&redirect_uri=@redirectURL&css_url=@cssURL"
style="width: 730px; height: 600px; border: 0; margin: 10px; border-bottom:1px solid #999"></iframe>
</div>
any idea what is causing this and how to fix it ?