linux系统lampp环境下使用curl出错
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://127.0.0.1");
curl_exec($ch);
curl_close($ch);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://127.0.0.1");
curl_exec($ch);
curl_close($ch);
?>
在linux上使用curl一直出现这样的错误,求大神解答~
ERROR
Cache Access Denied
While trying to retrieve the URL: http://127.0.0.1/
The following error was encountered:
- Cache Access Denied.
Sorry, you are not currently allowed to request:
http://127.0.0.1/from this cache until you have authenticated yourself.
You need to use Netscape version 2.0 or greater, or Microsoft Internet Explorer 3.0, or an HTTP/1.1 compliant browser for this to work. Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
回复
<?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://news.163.com/"); curl_exec($ch); curl_close($ch);
换了几个网站了,都是拒绝连接~有啥解决办法不~
回复
还是拒绝~
curl没有问题,是被服务器拒绝连接了,你可换别的网址试一试就明白了。
linux服务器上面只有firefox这一个浏览器~我打开https://www.mozilla.org/en-US/firefox/30.0/releasenotes/#whatsnew,显示的是使用代理服务器拒绝连接~后面的感觉不是很懂~很帮忙说的详细一点吗?谢谢~
公司电脑加的有网域,必须输入用户名和密码才能上外网~这个问题麻烦指导下,谢谢~
在firefox地址栏输入: about:config ,会出现This might void your warranty!点击进去后找不到network.negotiate-auth.allow-insecure-ntlm-v1这一项~求帮助哈~
怎么解决哈~不知道怎么解决
那不是写了缓存拒绝么...跟curl没关系...
@
mickelfeng,@
batcom,@
ming3853,@
eechen 想问下这是神马情况哈~我又重新安装了curl扩展还是不行,在linux下直接用命令curl http://127.0.0.1/phpinfo.php 还是会报这样的错误~求解答哈~非常感谢~