Getting Android to talk to Apache on localhost

后端 未结 5 1221
庸人自扰
庸人自扰 2020-12-24 15:20

My Android application talks to a php server. I have Apache/php running locally on WAMP Server. I am running Windows 7. If I go to localhost on Windows 7 the site shows b

5条回答
  •  不思量自难忘°
    2020-12-24 16:09

    Indeed for a local network you should use your local ip-address (e.g. 192.168.1.x). Do not forget to open up your port (mostly 80) in you Windows firewall settings.

提交回复
热议问题