I want to get my Android device to access a local web server running on my development machine on my desktop. In other words, I want to view my site in development on my phone.
Right now, on my desktop i just type localhost or 127.0.0.1 and i have access to my development environment.
Here are some details:
- My desktop is directly connected with a cable to the router, no WIFI.
- My Android phone is connected with WIFI
- I have a TP-LINK Archer C7 router.
I have done the following:
- Enter localhost in my phone ---- Failed!
- Enter 127.0.0.1 in my phone ---- Failed!
- Enter my desktop static IP in my phone ----- Failed!
Ive read in here that maybe i need to do something on my router, but i dont want to mess with all the options on my router. I want to make sure before messing around.
I've read the following post with no success:
(How can I access my localhost from my Android device?)
What to do? This should be very simple. Thanks