Posted on: 2/16/2015 3:26:55 PM | Views : 610

So I have googled this and don't seem to find any results. I have a form I am displaying a list of newsletters in. When the page loads the first newsletter (or any newsletter you select to view after page load) is displayed using an iframe which passes the file location to google docs and then displays the PDF. It works great and I have no issues until I added code to force a secure connection for the entire site in my global page, now the iframe does not display which I am pretty sure is normal for a secure page (HTTPS) but I had not thought about it until now.

My question is this, is there a way to use an iframe in this instance or is there a way to force just that one page to display as normal HTTP, basically forcing the site wide HTTPS to ignore this page. There is no need for this particular page to be secure.

Everything I google on this subject returns how to force the HTTPS connection but nothing on allowing a single page to stay HTTP. ...

Go to the complete details ...