So I am currently building a Xamarin.forms app that will pull data from a WebAPI project I have hosted on localhost:62568. The API itself is working as it should when I use a tool like postman, but while attempting to connect to it with the Android Emulator, I'm met with an Http 400 error. I am aware that Android uses its own loopback at 10.0.2.2:port.
After reading up on several different posts, I have attempted to change the proxy settings of the Android emulator to use 10.0.2.2 as well as my local IP with no luck. Android emulator running with 10.0.2.2 as the proxy
There seems to be a lot of different fixes out there that I haven't had any luck with. Is there anything recent for this issue?
I'm relatively new to all this so let me know if something isn't clear. Thank you!