Encrypt/ Secure communication Android app <-> REST webservice

Posted by Ascorbin on Stack Overflow See other posts from Stack Overflow or by Ascorbin
Published on 2012-09-25T09:30:39Z Indexed on 2012/09/25 9:37 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

I want to create a backend for my android app with Tapestry5 and this http://code.google.com/p/t5-restful-webservices/ plugin. The app will communicate with the server by calling REST methods both for registered users (that would be easy to secure I guess) as well as unregistered users. Now of course I don't want people to just call that webservice from a browser.

How can I make sure that only my app can make calls to this backend?

© Stack Overflow or respective owner

Related posts about java

Related posts about android