I’m working on UWP app on my laptop. On a previous laptop with a pre-release Windows 10, I was able to get my app to see my web API service on localhost, but on this laptop, no matter what I try, I always get this error using HTTP client: A connection with the server could not be established var response = await client.GetAsync(BuildGetRequest()).AsTask(source.Token); If I point to my published se