Skip to main content

Iframe not working after enabling https redirection

Comments

2 comments

  • cPanelLauren
    I'm going to be honest and put it out there that I don't know a ton about iframes development but I do see that every single one of his URLs listed in that code is http rather than https - if it's trying to call an insecure resource it's going to fail to load I believe.
    0
  • kdean
    Yes, HTTPS requires embedded elements like iframes and javascript be delivered via HTTPS as well, otherwise it's not secure. Images directly on the page will usually work via http but you'll lose the secure lock and get mixed-content warnings in the browser console. So best to make sure everything uses HTTPS. When it comes to remote content sometimes that can be problematic if it's an old system that doesn't support HTTPS connections.
    0

Please sign in to leave a comment.