best way to authenticate and consume web service using phonegap (html5/javascript)
- by Raiss
I am going to develop a phonegap application which is pretty simple.
I need to implement an authentication and some simple data transfer back and forth to the phone and server. I prefer to use ASP.NET as a web service and our database is MS SQL but I am not sure what approach should I take to create a secure communication between Phonegap App and…