Mixed content

Naresh Ede asked on January 2, 2018 06:55

Hi I'm trying to load the Iframe of url(http://). Actually my site is SSL secured, so it was showing an error in console and not rendered the Iframe. (mixed content the page at was loaded over https but requested an insecure resource) Is it possible to render that iframe over my https site.

Thanks

Naresh Ede

Recent Answers


Prashant Verma answered on January 2, 2018 07:08 (last edited on January 2, 2018 07:24)

Hi Naresh,

If the user access a site using HTTPS is expecting to have a secured experience, and he may not be aware of parts of the application loading under not secure connections. That is the reason why the browser blocks such inconsistency.

Yes you can load your iframe but it should be HTTPS enabled.

Thanks

Happy to help!

2 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on January 2, 2018 07:18

On the server hosting the page you are using as an iframe you need to enable https to resolve that error

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.