I'm have a WebApi project which gets deployed locally on my machine as http://localhost:6143 or http://127.0.0.1:6143.
However when I try to browse to that endpoint on the visual studio emulator for android browser, I get net:err connection timed out.
Note that on the emulator I'm using http://10.0.2.2:6143 since localhost won't work on the emulator (since it's a vm, localhost refers to itself).
I've also tried 127.0.0.1:6143 and get connection refused.
I also added port 6143 to the incoming firewall rules.
Weird thing is that the other emulators installed by xamarin work very well with no configuration issues.
Any clues why this doesn't work? All my searches and approaches have failed so far.