How to redirect from HTTPS to HTTP without warning message?
Posted
by
user833985
on Programmers
See other posts from Programmers
or by user833985
Published on 2012-07-04T06:07:05Z
Indexed on
2012/07/04
9:22 UTC
Read the original article
Hit count: 215
I have two web sites: one HTTP site and one HTTPS site. I will validate the credentials in HTTPS environment and will return to HTTP once authorized.
The same is working fine in IE but in Mozilla im getting a warning which is given below.
Although this page is encrypted, the information you have entered to be sent over an unencrypted connection and could easily be read by a thrid party. Are you sure you want to continue sending this information?
How to overcome this warning message? Currently I'm posting from HTTPS aspx page using JavaScript to the HTTP page.
© Programmers or respective owner