HTTPS protocol and http iframe | Adobe Higher Education
Skip to main content
Level 3
October 16, 2015
解決済み

HTTPS protocol and http iframe

  • October 16, 2015
  • 4 の返信
  • 1786 ビュー

I have website that is https protocol. Now i need to embedded an iframe in a cq page

 
the 3 party url supports only  http. So the page does not render as it is mixed content.
 
http://stackoverflow.com/questions/3144986/http-and-https-iframe
 
 
Could some one suggest as what could be the best approach i could take
 
Thanks
このトピックへの返信は締め切られました。
ベストアンサー gopalKa

Rather, you can call your domain  and proxy it to the third party url.

form example if the site is https://www.site1.com. The iframe src can be "https://www.site1.com/thirdpartyurl" and in ur  apache, you can write Proxy rule to redirect to the third party url.

4 の返信

gopalKaAdobe Employee回答
Adobe Employee
October 16, 2015

Rather, you can call your domain  and proxy it to the third party url.

form example if the site is https://www.site1.com. The iframe src can be "https://www.site1.com/thirdpartyurl" and in ur  apache, you can write Proxy rule to redirect to the third party url.

chandra_cq5作成者
Level 3
October 16, 2015

Thanks for  the input. But what could I do to overcome this situation in CQ ,,what  are  the  approaches I can take. As 3 party http url has content ,images, and html tables in it

chandra_cq5作成者
Level 3
October 16, 2015

Any inputs

smacdonald2008
Level 10
October 16, 2015

This is not really an AEM issue - more of a general web issue with https and iframe. The StackOverflow thread says it's bad practice to do so.