Forum Moderators: buckworks
I need the user to add items on a non-secure connection since I use image upload previews to show a user-specified local file on their hard drive before they upload it. The user must be using a non-secure connection or they will get a security warning.
Then, once they start the checkout they are switched over to a secure https:// connection.
Once the purchase is complete, they are taken to a "Thanks" page. They are still on the secure connection.
The thing is, if they are in Internet Explorer, if they click a link anywhere on this page they will get a security warning. I need these links to be non-secure in-case they try to make a second purchase, and I don't want them to get an error at that point in the cycle.
Is there anything I can do to prevent this? Should I not have any links on this page? Should I just realize there is nothing I can do about this?
Thanks for any advice.
If this option is set in the browser, there's not much you can do about it. I think the default is for it to be off, though.
If this isn't the cause of the warning, then you have a configuration issue. Your links aren't trying to do a POST at all, are they?
they will get a security warning.
I think the default is for it to be off, though.
Personally, I prefer to leave this setting on. I originally did this because I work on websites that use SSL and I liked having the message as confirmation that we had the links set up correctly (or a red-flag that we didn't have it right). But now I expect it to show up whenever I am entering sensitive information. I used to forget to look for the little padlock. But this message is in your face. I am very aware when it fails to show up and it has helped me to not enter information on non-SSL pages several times.