Embedding "http" URL in "https" site
We have a requirement to embed a URL of a third party site in an Iframe, into our AEM site. The third party URL uses "HTTP" scheme.
Since our site uses “HTTPS” scheme , when the page is loaded, it is prompting for “Load Unsafe script” and the iFrame is rendered only if we accept it.
(We have tried to provide some sample url with “https“ scheme within iFrame, but in that case content is not getting displayed due to “X-FRAME OPTION” header set to “Same Origin” in our site.)
Is there any way to load the content directly in the page without prompting for “load unsafe script” ? Please advise.

