SSL in overlay window for login
Posted
by Sourabh
on Stack Overflow
See other posts from Stack Overflow
or by Sourabh
Published on 2010-04-01T11:00:08Z
Indexed on
2010/04/01
11:03 UTC
Read the original article
Hit count: 279
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. :)
© Stack Overflow or respective owner