What protocol should I use to secure a webservice. I'm considering CHAP, but I cann't find much about it in relation to web services. SubAuth and OAuth is more about giving web services acces to something else, so that's not what I'm looking for. I need to authenticate a user without sending it's credentials over the line.
I've read the asnwers to some of the security related questions and found out something about Challenge Response Authentication and Three pass protocol, but nothing was directly related to web services.
Anyone has experience with that?
Help highly appreciated.