Posted 12 Jan 2018 Link to this post
Posted 23 Jan 2018 Link to this post
The solution is to launch solutions on IIS, and use the local machine name instead.
httpClient.GetAsync("http://myMachineName/WebApplicationTest/api/values").Result.Content.ReadAsStringAsync();