So I have a MAUI application that I'm trying to debug using an Android Pixel 5 emulator.
It contains a call to an external URL (https://ts-restapi-dev.greatideaz.com) that it claims that it can't resolve to its IP address (20.116.90.125)
I run the same code in Windows and it works. Run the same code on a physical Android device and it works....
Just fails on the android emulator :(
Any ideas - I'm assuming that the emulator networking isn't correctly set up but I have the latest 17.3 preview with the latest version of the emulators.