druybew06513 2017-04-06 13:07
浏览 54

使用代理的卷曲请求不起作用

I'm trying to load a remote website using the CURL request using proxies. I have pasted the below code in a PHP file and tried to run from my browser. It loads the remote URL, however, in the remote URL's statistics it's showing my local IP address!! Why it not showing the proxy IP?

Then I tried to run it using the cron tab. In this time, the remote website statistics is not showing anything?

In short: I want to load a remote website. But the remote website statistics tracker should show the proxy IP as well as the user agent I have specified in the code.

<?php
//debug
error_reporting(E_ALL);
ini_set('display_errors', 1);
//debug end
$url='http://www.example.com';
  $agent = "Mozilla/5.0 (X11; U; Linux i686; en-US) 
            AppleWebKit/532.4 (KHTML, like Gecko) 
            Chrome/4.0.233.0 Safari/532.4";
            $proxy = "104.236.203.134:8080";
$proxy = explode(':', $proxy);
$url = "http://google.com";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_PROXY, $proxy[0]);
curl_setopt($ch, CURLOPT_PROXYPORT, $proxy[1]);
curl_setopt($ch, CURLOPT_HEADER, 1);
$exec = curl_exec($ch);
echo curl_error($ch);
print_r(curl_getinfo($ch));
echo $exec;
?>

Let me know what changes I should do to make it work as specified?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
    • ¥15 微信会员卡接入微信支付商户号收款
    • ¥15 如何获取烟草零售终端数据
    • ¥15 数学建模招标中位数问题
    • ¥15 phython路径名过长报错 不知道什么问题
    • ¥15 深度学习中模型转换该怎么实现
    • ¥15 HLs设计手写数字识别程序编译通不过
    • ¥15 Stata外部命令安装问题求帮助!
    • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
    • ¥15 TYPCE母转母,插入认方向