I have to include a Flickr link and some social network links in a ssl page. When I include them, IE give me security warning: Do you want to view only the page content that was delivery security. What is the way to include external links n a ssl? Thank you very much for the help.
Hey there, How are you linking to the content? I mean, one way would be to use something like CURL to include it via your own delivery page, but I'm not sure if that's possible for you. Pretty much it would be: - user visits site - page calls proxy page which uses CURL to pull contents of the page - proxy page dumps the contents so you can then include it (images i'm assuming?) It's an idea at least Thanks, Francisco