posted 11 years ago
Hi,
I have implemented REST service. I haven't implemented any calling client to call REST service. Calling client may be any third party and send request in JSON or XML. All data will be pass through SSL. Now I have requirement to implement authentication and authorization in my REST service. What is the best approach for this? How I can implement this? Any example link ?