|
-
Dec 7th, 2010, 05:56 AM
#1
Thread Starter
Hyperactive Member
Securing a web service
Hi,
I have a webservice on a database server that I use to query a database.
The data in this database is private information, and I want to prevent others from using this web service to access it.
I'm already using a special database user that only has limited access, but I don't think this is enough.
I want to make sure that no one else can access this web service.
How might I do this? (I can't hard code an IP address in it, because this might change)
I've read something about tokens and other complicated security mechanisms.
Is there an easy way to do this?
I code C#....

-
Dec 7th, 2010, 06:10 AM
#2
Re: Securing a web service
You should use Usersname/password and/or certificates (and https ofcourse)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|