我在我的电脑上写了一个php文件,我想在手机上看到它, 如果我在手机的浏览器中输入url(我的电脑ip)/android/get_all_products.php,我可以成功访问该文件。 但我的应用程序无法成功访问它,该应用程序具有互联网的权限,可以更正读取其他内容。 为什么?你能给我一些建议。
String content=new ReadOnline.DownloadTextTask().execute("(my computer ip)/android/get_all_products.php").get();
Toast.makeText(this, content, Toast.LENGTH_LONG).show();
DownLoadTextTask与其他网址很好。
11-03 20:05:17.561 17519-17540/com.example.jifa.testonline D/Networking﹕ failed to connect to /192.168.1.191 (port 80): connect failed: ETIMEDOUT (Connection timed out)
11-03 20:05:17.561 17519-17540/com.example.jifa.testonline D/Networking﹕ Error connecting
11-03 20:05:17.591 17519-17519/com.example.jifa.testonline D/AAA﹕ [ 11-03 20:05:17.591 17519:17519 I/LBE-Sec ]
ActivityManager.GetContentProvider->settings
enter code here
答案 0 :(得分:0)
我已经解决了这个问题,在httpd.conf中删除了所有拒绝的所有内容,仅仅改变允许来自所有人都不允许