c# - Call internal Web Api from a external server -


i built web api hosted in server allow internal access , have cliente-side aplication. have build in middle make connection.

cliente-side <-> <-> web api (internal access) -> database

what need build ? begginer , have problem now.

make sure can hit url of web api device. easy route run network capabilities sample here on device , see can hit server using isreachable , isremotereachable apis. xamarin forms, not pure xamarin, should let see if can hit server.

https://blogs.msdn.microsoft.com/devfish/2016/06/22/xam-plugins-connectivity-all-apis-sample/


Comments