我正在尝试制作卷曲请求,如下所示。在超时/显示空白页面之前,页面需要很长时间才能加载。
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_VERBOSE, 1);
curl_setopt($ch, CURLOPT_PORT, 8080);
curl_setopt($ch, CURLOPT_URL,'http1.uk.*******.com/ASM_Relay?Username=****&Password=****&Channel=UK%2EO2&MSISDN=447595344329&Content=HelloWorld');
$content = curl_exec($ch);
echo $content;
?>
但是,如果将网址直接放入浏览器,则会返回预期的响应。
。http1.uk ******* COM:8080 / ASM_Relay用户名= ******&安培;密码= *****&安培;信道= UK%2EO2&安培; MSISDN = 44759533229&安培;?含量= HelloWorld的
我花了很多年时间试图找出原因,但我完全失去了。
任何帮助非常感谢
答案 0 :(得分:0)
我在主持人支持下与其他人交谈,结果发现他们阻止了8080.非常感谢你的帮助。