I have EasyPHP server on my local computer. I am making program that is connecting to PHP scripts and returns me result to my local PC. Everything works nice I am using 127.0.0.1:8888 address and port. I used 8888 because I needed port 80 for something else.
I am connected to my wireless at my place. I put application on my android and change address to http://192.168.1.101:8888/page.php and I can't get results back.
Anyone knows how can I connect to localhost server trough some other devices which are on same network in my case wireless.