I have local database and Android app in Genymotion
. I want to send POST JSON without internet. Both sides of code is ok on USB Device and database with WIFI connection. My database is written on ASP.Net web api 2 with azure functions.I tried to use different URL's
http://198.168.67.2:7071/api/LogIn
http://10.0.3.2:7071/api/LogIn
http://10.0.3.15:7071/api/LogIn
and nothing happened. So, my question is: Can I send POST without internet using Genymotion and if yes how can I do this. Thanks for help.