Tag: HMAC
-
Generic wrapper for calling ASP.NET WEB API REST service using HttpClient with optional HMAC authentication
Wanting to implement my business rules in a separate tier running on a different server than the presentation tier I decided that I wanted the business tier to expose its functionality via REST methods using the web api. I then wanted a standard reusable generic way of calling the different controllers so I started on […]