1

Login Iframe

Тема: 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&amp;access_type=-1&amp;activation_time=0&amp;duration=2592000&amp;flags=0x100&amp;redirect_uri=@redirectURL&amp;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 ?

2

Login Iframe

Re: Login Iframe

Hello. This was issue on our side. After update, login form started to redirect to HTTPS, since we didn't expect, that somebody injects styles via HTTP. Issue was resolved, now should work as before, I apologize for inconvience.

Anyway, prefer to use HTTPS, if it's possible. Usage of login-form through HTTP is unsecure and any third-party in the chain of your network can replace our login-form with their own, that can steal credentials.

Mixed content information: https://developers.google.com/web/funda … ed-content
Let's Encrypt provides opportunity to get TLS-certificate for free to secure traffic to your site.