Bo Yan
unread,Sep 23, 2009, 4:42:23 PM9/23/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tornado Web Server
Hi,
I developed a web service using torando because of its performance.
However, for some reasons, I need to call this web service with Java.
Now I use java.net.HttpURLConnection to do this, and it works well.
But that's not a good way to do it while considering security
problems. For example,
the URL to call this web service may includes the arguments which
should be encrypted.
Is there a secure way to call a web service with Java?
Best Regards,
Bob