Hi,

When we move to HTTPS to HTTP website, warning message come like below


warning message in Fierfox

----------------------------
Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.

Are you sure you want to continue sending this information?

---------------------------------------

I dont want dispaly this message. just redirect to merchent site without warning messge. IE is okay. Firefox always display [ Securty Warning Popup Message ] when move https to http . How can i avoid it in php or javascript?

please reply asap.

thanks

William

The message will only pop up if you are submitting a form from the secure https://* page to the http://* page. If you do not submit a form, and just redirect the user using a header() or a regular <a> element, the warning you described will not be shown.

~G

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.