Authentication and Authorization in REST WebServices Using REST Sharp
Authentication and Authorization in REST WebServices are two very important concepts in the context of REST API. Majority of the time you will be hitting REST API’s which are secured. By secure we mean that the API’s which require you to provide identification. Identification can be provided in the form of Username and a Password Authentication tokens Secret keys…