I running a webserver on my computer. And I want to control and use from my android phone. (physical device)
I'm using WAMP Server on Windows 10.
Is this possible? If it is, what should i do?
Thanks in advance!
I running a webserver on my computer. And I want to control and use from my android phone. (physical device)
I'm using WAMP Server on Windows 10.
Is this possible? If it is, what should i do?
Thanks in advance!
This depends on the networks your client and your server are connected to.
If you're using a physical device on the same local network (ex: your home wifi) then use your local ip address, make sure your server is online, and make sure that there's no firewall stopping your server from listening to your requests
If you're using a physical device on remote network (let's say the internet) then use your remote ip address, make sure your server is online, that there's no firewall stopping it from getting local requests, configure your router to forward external requests to the computer you're using as a server (check what ip forwarding is if you're new to this)
ipconfig
in cmd
If you want to connect an external device to your local development environment there are a few services that provide nice tunnels for you.
Some such services are:
What these services do is they connect a public address to your development environment via a temporary tunnel you can open at will. You don't have to configure your firewall, you don't have to have a public IP, and using them is generally rather easy. Give them a go, see which one works best for your needs.