Presto-X Posted August 11, 2009 Share Posted August 11, 2009 Hello Guys, I'm stumped, I have a link (https://www.old-town-inn.com/reservations.html) with working SSL and it has a iframe that links to a page on another site that also uses SSL, if I load reservations.html with out the iframe it works with out any warning, and the same goes for the page we are linking to (https://www.directinn.com/012213), but when we add the iframe we get the warning. Am I not adding my iframe correctly or can you not link to another page using an iframe and keep security? What do you guys think? Link to comment https://forums.phpfreaks.com/topic/169828-page-with-ssl-with-a-iframe-with-a-ssl-link-but-im-getting-a-security-warning/ Share on other sites More sharing options...
WolfRage Posted August 11, 2009 Share Posted August 11, 2009 You can not get around that warning because the browser is letting the user know that data external to the website they are on is being imported to the page they are about to veiw. It has nothing to do with the other site having SSL, just the fact that they data is external to the website serving the page. Link to comment https://forums.phpfreaks.com/topic/169828-page-with-ssl-with-a-iframe-with-a-ssl-link-but-im-getting-a-security-warning/#findComment-895961 Share on other sites More sharing options...
Presto-X Posted August 11, 2009 Author Share Posted August 11, 2009 You can not get around that warning because the browser is letting the user know that data external to the website they are on is being imported to the page they are about to veiw. It has nothing to do with the other site having SSL, just the fact that they data is external to the website serving the page. Hey WolfRage, thanks for the fast reply, is there no way around this using maybe php? Link to comment https://forums.phpfreaks.com/topic/169828-page-with-ssl-with-a-iframe-with-a-ssl-link-but-im-getting-a-security-warning/#findComment-895968 Share on other sites More sharing options...
WolfRage Posted August 11, 2009 Share Posted August 11, 2009 You could get the content from the other site and then when the form is submitted, simply post this back to the other website for your verification. CURL is best for this practice. Aren't you a large web design company "DP"? Link to comment https://forums.phpfreaks.com/topic/169828-page-with-ssl-with-a-iframe-with-a-ssl-link-but-im-getting-a-security-warning/#findComment-895971 Share on other sites More sharing options...
Presto-X Posted August 11, 2009 Author Share Posted August 11, 2009 I will give that a shot, thanks for your help WolfRage ) Link to comment https://forums.phpfreaks.com/topic/169828-page-with-ssl-with-a-iframe-with-a-ssl-link-but-im-getting-a-security-warning/#findComment-895973 Share on other sites More sharing options...
WolfRage Posted August 11, 2009 Share Posted August 11, 2009 You never answered my question. Link to comment https://forums.phpfreaks.com/topic/169828-page-with-ssl-with-a-iframe-with-a-ssl-link-but-im-getting-a-security-warning/#findComment-895975 Share on other sites More sharing options...
Presto-X Posted August 11, 2009 Author Share Posted August 11, 2009 I work for a studio but it is not large, nor do we bloat to be large. Link to comment https://forums.phpfreaks.com/topic/169828-page-with-ssl-with-a-iframe-with-a-ssl-link-but-im-getting-a-security-warning/#findComment-895976 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.