I know the question sounds a bit confusing but here we go.
I am using an Azure VM to develop a cross platform app (Xamarin) and the app needs to utilise a .net core web API.
I am using a Google Emulator that has access to the internet.
What I have tried -
I have tried google emulators default connection 10.0.2.2:"MY WEB API PORT"/swagger. The result I get is "Bad request - invalid hostname"
I have tried a lot more but with no avail.
Any help is much appreciated.