我的卷曲帖子没有返回服务器端的正文。我怎么能纠正这个?
curl_setopt($ch, CURLOPT_URL,$cpUrl);// "ex:www.lalala/aa/"
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $varpost); // has string parameter
curl_setopt($ch,CURLOPT_HTTPHEADER,array('VariableParams:'.$varpost ));
info ("variables passed:",$varpost);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 0);
curl_setopt($ch, CURLOPT_NOBODY, false);
$output = curl_exec ($ch); // Execute
答案 0 :(得分:0)
对于服务器,可能会将请求重定向到另一个URL。例如,基于位置,一些网站将其重定向到特定位置。这就是为什么你没有得到任何身体,因为你正在禁用跟随位置选项。
尝试启用它。
channels.brandingSettings.images