callcolor
Results
2
comments of
callcolor
I was getting a 401 Unauthorized response from a RETS server that required digest authentication. I added this to Session.php, __construct: ``` $this->client->setDefaultOption( 'config', [ 'curl' => [ CURLOPT_COOKIEFILE =>...
@mariano Your solution works wonderfully, thank you for providing it. I assumed this was a bug in phrets, but it's starting to look like a guzzle bug? I was able...