gwt ajax ssl login
Posted
by msaif
on Stack Overflow
See other posts from Stack Overflow
or by msaif
Published on 2010-04-23T05:15:25Z
Indexed on
2010/04/23
14:13 UTC
Read the original article
Hit count: 480
i have GWT AJAX code but server side is PHP not JAVA. Now i need to login to server side PHP server. but i need to connect with SSL.
possiblity of solution i am thinking:
- change the http to https://
- PHP server side LAMP or XAMPP must have ssl support.
are they correct?
if there are some missing configuration then can anybody inform me?
© Stack Overflow or respective owner