• Resolved bart999

    (@bart999)


    I have a website where i call an iframe (yes i know iframe sucks) the code looks like this below (i changed domain name due to work in progress.

    <iframe id=”usersframe2″ class=”usersframe” style=”display:block;margin:0px auto;width:100%;height:auto;” width=”100%” height=”auto” src=”https://domeinnaam.com/submap/users?BID=1&lang=EN&iframe_call=true”></iframe&gt;

    Now, when i open the page where i call the iframe, my browser doesnt load the iframe. When i inspect it in the console of my browser, it says

    Loading of mixed content ‘http://domeinnaam.com/submap/users/?BID=1&lang=EN&iframe_call=true’ blocked.

    So the console says it blocked it due to http, but in my html code you can clearly see i call for the https url.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Browser says error due to mixed content, even though its https’ is closed to new replies.