carenamaemanzano

Results 3 comments of carenamaemanzano

Hi @mariano, Can you help me out, please. I got this code: $rets = new \PHRETS\Session($config); $rets->getClient()->setDefaultOption('config', [ 'curl' => [ CURLOPT_COOKIEFILE => tempnam('/tmp', 'phrets') ] ]); $rets->Login(); And I...

Hi @sluvitz , Yes. Make sure to add the $config->setHttpAuthenticationMethod(); That will fix. Thanks

Hi @prospace7090 , Where should we put that? What file exactly? Thanks