How CURL Login with Captcha and Session

后端 未结 6 2630
终归单人心
终归单人心 2021-02-02 16:58
define(\'COOKIE\', \'./cookie.txt\');
define(\'MYURL\', \'https://register.pandi.or.id/main\');

function getUrl($url, $method=\'\', $vars=\'\', $open=false) {
    $agents =          


        
6条回答
  •  感动是毒
    2021-02-02 17:19

    A captcha is intended to differentiate between humans and robots (programs). Seems like you are trying to log in with a program. The captcha seems to do its job :).

    I don't see a legal way around.

提交回复
热议问题