I have created an android app but it is not working behind the college proxy. My backend is in socketio
and my server is in nodejs
.
Asked
Active
Viewed 321 times
0
-
Hi, is your backend running on the same network as your Android-device? Depending on the network-setup it might be do-able, however, I'd like to recommend a service I'm using to expose my local server to a public accessible domain. https://ngrok.com/ – timbillstrom Apr 12 '19 at 12:21
-
I hope this helps, https://stackoverflow.com/questions/53391368/server-data-accessing-from-non-local-network-without-port-forwarding/53392433#53392433 – timbillstrom Apr 12 '19 at 12:36
-
Possible duplicate of [Server data accessing from non local network without port forwarding](https://stackoverflow.com/questions/53391368/server-data-accessing-from-non-local-network-without-port-forwarding) – Vega Apr 12 '19 at 16:39
-
Possible duplicate of [How to change proxy settings in Android (especially in Chrome)](https://stackoverflow.com/questions/21068905/how-to-change-proxy-settings-in-android-especially-in-chrome) – Martin Zeitler Apr 13 '19 at 19:05