Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web services Security

Hi I have a question regarding security, and web services.

I need a web service to provide an interface for the underlying mySQL database. I am trying to get a Blackberry Application to store data on the web servers mySQL database through a web service.

My question is, how can I ensure that the bb-application is the only thing that is using the web service? The web service will essential insert data into a table. I want to ensure that only the bb-application is allowed to use this service and not someone who figures out the service and starts spamming my table.

Any pointers, best practices or links are greatly appreciated.

Also what sort of web service is best in this scenario?

like image 350
x2a0 Avatar asked Mar 01 '26 19:03

x2a0


1 Answers

Take a look at basic authentication over SSL. Configuring the application to include the username/password in the header should be fairly straightforward and the SSL connection will ensure they're not being transmitted in cleartext.

like image 185
Chris Van Opstal Avatar answered Mar 03 '26 11:03

Chris Van Opstal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!