我希望通过我的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
有人对此有所了解吗?
答案 0 :(得分:0)
完成一些检查,看起来该网站正在阻止连接。我尝试使用URL提取和来自IP范围的原始套接字。