doubu7425 2016-05-30 10:39
浏览 41

curl login - >不会登录

I am trying to view states from a page that requires login (i have premium membership)

but when running the script it does not retrieve the logged in information - is my login curl script missing something?

$curl=curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_URL, 'https://reg.racingpost.com/mpp/sign_in.sd');
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($curl, CURLOPT_POSTFIELDS, array('signinEmail'=>'...@....com', 'signinPassword1'=>'.....'));
curl_setopt($curl, CURLOPT_COOKIEJAR, dirname(__FILE__).'/cookie.txt');
curl_exec($curl);
curl_close($curl);
$curl=curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);

curl_setopt($curl, CURLOPT_URL, 'http://www.racingpost.com/horses/result_home.sd?race_id=650156&r_date=2016-05-29');
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($curl, CURLOPT_COOKIEFILE, dirname(__FILE__).'/cookie.txt');

echo curl_exec($curl);
curl_close($curl);
  • 写回答

3条回答 默认 最新

  • duanjie5570 2016-05-30 10:51
    关注

    The problem is probably with the keys of the variables:

    curl_setopt($curl, CURLOPT_POSTFIELDS, array('signinEmail'=>'...@....com', 'signinPassword1'=>'.....'));
    

    Should be:

    curl_setopt($curl, CURLOPT_POSTFIELDS, array('signInEmail'=>'...@....com', 'signInPassword1'=>'.....'));
                                                      ^ here                        ^ and here
    
    评论

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)