0

我想通过我的 gae php 应用程序获取网页内容。但代码不起作用。

我的代码是:

echo file_get_contents("http://www.navyfield.com", false);

我在 php-minishell 上尝试了我的代码,http ://php-minishell.appspot.com/ 它也没有工作。

这是结果

Google App Engine/1.8.7
PHP 5.4.19
>>> file_get_contents("http://www.navyfield.com", false);
file_get_contents(http://www.navyfield.com): failed to open stream: Fetch error

有人知道吗?

4

1 回答 1

0

做了一些检查,看起来该站点正在阻止连接。我尝试使用 URL fetch 和来自我们 IP 范围的原始套接字。

于 2013-11-05T23:52:19.257 回答