Hi all,
I'm trying out web api access from an ASP.NET web app (C#). Using a REST client I can get a response for an incident, but when I try from my app I'm getting an access denied error due to invalid credentials. I'm running the app under integrated logon so it should pick up my Windows credentials.
Should I be submitting an authentication or authorization parameter in the header of the request?