Le 07/06/2011 20:52, Marco Oliveira a écrit :
Hi everyone,
I'm currently implementing an authentication mechanism that relies on
a REST webservice. All this webservice allows me to do is to make a
call like http://host.com/login/username/password, and the webservice
either returns a success or f
Hi everyone,
I'm currently implementing an authentication mechanism that relies on
a REST webservice. All this webservice allows me to do is to make a
call like http://host.com/login/username/password, and the webservice
either returns a success or failure message. How do you suggest I do
this? Af