How can one without issues, errors, or browsers misbehaving display Non-SSL content with absolute URL on an SSL site using iframe? Please anyone out there with an answer or a suggestion please assist. Thanks! (Also the content trying to load is .swf)
Asked
Active
Viewed 674 times
2
-
2For security reasons, you can't do that. – SLaks May 05 '15 at 21:40
-
ssl proxy for the non ssl content – May 05 '15 at 21:42
-
How about unsecuring a specific part of the site using .htaccess? but still maintain a user being logged in and able to navigate around between all other pages and the one non secure to display this content? – Yuu May 05 '15 at 21:43
-
Don't display stuff in iframes on SSL sites. That's awful. I'm sure there are technical workarounds, but its still awful. – developerwjk May 05 '15 at 22:28
1 Answers
0
Matthew Peters beautifully answered this question here.
Essentially, you create an SSL proxy for the non-SSL page.
For example, you could put a page https://example.org/mypage, which redirects to http://example.net/nohttpspage

Community
- 1
- 1

416E64726577
- 2,214
- 2
- 23
- 47
-
you should have voted to close as duplicate not just aswered with a link to another question – May 05 '15 at 21:44
-
Yes, I also voted for duplicate. Would you recommend not answering in this case? – 416E64726577 May 05 '15 at 21:45