Best guess is the instance of the service that you are connecting to via the companys modem is different than the one the android app is connecting to. You might need to do a network trace to see which computer the service is on. I would check the connection string on that instance of the service. I suspect it different than the one the android app is hitting
Get the wrong data in asp core web api
Ali Maleki Lonbar
1
Reputation point
Hi.we wrote a web api for our Android application with Asp.net core. It works fine when we connect to the mobile data or any other Internet connection modem. But when we want to connect to the company's modem, it receives the wrong data from the host. For example, it displays the previous data on the database that we deleted, or it displays such and such data for someone.
Please help, we tried very hard but it was not solved and it is a vital issue for us.