How to connect to a Internal device
Posted: Wed May 13, 2015 2:21 pm
by Bill Chick
Hello
I have a question, how do you connect to a device that lives inside an internal network that cannot be seen unless you VPN into the network. The device has an internal ipv4 address and cannot be seen from the outside world. Will we have to setup a NAT or DMZ for the device to be seen by the App?
How to connect to a Internal device
Posted: Thu May 14, 2015 1:23 am
by Yurii Orishchuk
Hi Bill,
You can access to this device from this local network with url like "http://192.168.0.23/helloWorld".
Note: this device should have opened web port. For example 80 or 443. And should accept HTTP requests.
Also this technique could be used only on:
mobile devices(with installed native app).
chrome with disable web-security:
Details: http://stackoverflow.com/questions/31...
Regards.