I have project hosted using https and i wanted to show http content inside an iframe. But my problem is when i load the site inside the http nothing shown on the page accept a warning "The page is trying to load script from unauthenticated sources".
<iframe id="demoSite" src="{{$product->demo_url}}" frameborder="0" width="100%" height="100%">
</iframe>
Many people will find this as an accepted answer. But in 2018 it doesn't give you the right answer. If you have doubt see the comments below of the post. How to allow http content within an iframe on a https site
So anybody have the solution please help me to solve it. Thanks