Community

API Key Authorization Through Query String In ASP.NET Web API AuthorizationFilterAttribute

(Tugberk Ugurlu) If you are going to build a REST API, you don’t probably want to expose all the bits and pieces to everyone. Even so, you would like to see who are making request for various reasons. One of the best ways is the API Key verification to enable that.

Read More - Register for Free Membership