Hi, I have a question about security and web services.I need a web service to provide an interface for the mySQL base database. I am trying to get a Blackberry application to store data in the mySQL database of web servers through a web service.
My question is: how can I guarantee that the bb application is the only one that uses the web service? The web service will significantly insert data into the table. I want to make sure that only the bb application is allowed to use this service, and not the one who finds out this service and starts sending my table.
Any pointers, recommendations or links are welcome.
And which web service is best suited for this scenario?
source
share