【发布时间】:2014-04-12 03:38:56
【问题描述】:
尝试在特定 URL 上执行 file_get_contents 时出现以下错误:http://lolking.net/champions/。我在我尝试过的任何其他网页上执行file_get_contents 都没有问题。
错误是:
Warning: file_get_contents(http://lolking.net/champions) [function.file-get-contents]: failed to open stream: HTTP request failed!
我认为该页面故意阻止我尝试发出的请求。我也尝试过使用 cURL 和伪造用户代理,但这些都没有奏效。
我还能做些什么来尝试从上述 URL 中获取信息?
【问题讨论】:
标签: php curl file-get-contents