dpkyte Posted January 18, 2006 Posted January 18, 2006 Im using the FPDF to create forms when a user enters data. however, I am getting a Security error "This page contains both secure and nonsecure items.... Do you want to display the nonsecure items?" If I click the YES or NO, my browser closes and I get asked if I want to send an error message. This is in IE. It is a HTTPS (SSL) call that seems to bomb. If I execute via HTTP, it works OK. Looking @ the doc, it says to plug in "Header('Pragma: public');" which I did. Anyone else have this issue? Thx, Quote
TCH-Mark Posted January 18, 2006 Posted January 18, 2006 Hello, Sorry I don't have any experience with this but maybe someone with some experience with this will reply shortly, in the meantime have you had a search around google or on the developers website? Quote
surefire Posted January 18, 2006 Posted January 18, 2006 I don't think this has anything to do with fpdf. I have experience with fpdf and with the IE error... but not together. The time I got this error, I was working on a client's site. I was loading a page in Zen Cart and the page was secure (https) but the image for the header banner was pulling from an insecure location (http - no s). Don't know if that helps... but thought I'd chime in. Quote
dpkyte Posted January 18, 2006 Author Posted January 18, 2006 I searched around quite a bit, did not really find any answers or the same issue regarding browser being closed. I did find issues regarding the "secure and nonsecure" being displayed. Quote
TCH-Mark Posted January 18, 2006 Posted January 18, 2006 llo, The browser being closed does seem to be something else, normally as you probably know you should be able to click yes or no and proceed from there. What I suggest is try firefox and see if you can find exactly where the non-secure URL is coming from (usually check the source code when you load the page) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.