I have the following ASP.NET API action:
[HttpGet] [Route("GetProfile")] public ProfileModel GetProfileAsync() { var headers = Request.Headers;