Hi,

   I am a new bee for GWT. I am using PHP as server. I am posting data
to server using

           RequestBuilder requestBuilder = new RequestBuilder
(RequestBuilder.POST, "./php/mylogin.php");
           requestBuilder.setHeader("Content-Type", "application/json");

and receiving the response using the method in RequestCallback
interface
          public void onResponseReceived(Request request, Response
response).

   Using this following method for login, i can able to see the users
password in firebug  console. So i need to use SSL connection, to make
it secure. I don't know correctly how to use the SSL connection.
Kindly guide me to get the secure connection. I hope it will be clear
for you.

Thanks in advance
Baalu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to