SSL in overlay window for login
- by Sourabh
HI
I have to implement login over SSL in my website.
for example
cloginForm - this is the form
https://www.myweb.com/loginProcess - this is the action which process the form -authenticates user.
I am able to do this with usual web form but the problem is the overlay dialog box for login
for example
if I am on my website home page
http://www.myweb.com - notice http and I click a login link there , it shows a small html div with login form (like a litebox).now ,as I am on a non SSL page (http) the data which I post does not get encrypted,and posted to the process action.
How do I get around with this so that my overly login also becomes secure.
thanks for your help in advance. :)