I have an asynchronous method that consumes a Web API action. It appears to be stuck in a loop. My reasoning for this is because if I put a break point on line 1 of the catc
If it works with a web browser but not using code then you probably need to send an accept header. Add the following line
_client.DefaultRequestHeaders.Accept = new MediaTypeWithQualityHeaderValue("application/json");