CREN url changes, no data access
Greetings! We have two sets of credentials passed in, and they stopped working a few days ago, due to a url change and rets update to 1.7.2
Below are the old settings (we have two functions, hence the two formats), followed by our attempt to implement the new url's.
OLD SETTINGS: [rets_srv] ver = RETS/1.5 url = http://cren.rets.fnismls.com/rets/fni... user = winner pass = XXXXXXXXXX
And since we have a second level of permissions for the user data:
$retsLogin = array( 'ver' => 'RETS/1.5', 'url' => 'http://cren.rets.fnismls.com/rets/fnisrets.aspx/CREN/login', 'user' => 'winner', 'pass' => 'XXXXXXX', 'user_agent' => 'ThinAir', 'ua_pass' => 'XXXXXXX',
NEW SETTINGS: [rets_srv] ver = RETS/1.7.2 url = https://cren-rets.paragonrels.com/ret... user = winner pass = XXXXXXXXX
$retsLogin = array( 'ver' => 'RETS/1.7.2', 'url' => 'https://cren-rets.paragonrels.com/rets/fnisrets.aspx/CREN/login', 'user' => 'winner', 'pass' => 'XXXXXXXXX', 'user_agent' => 'ThinAir', 'ua_pass' => 'XXXXXXXXX,
Can you suggest the correct and updated syntax? Should the rets version get passed in via the url now? https://cren-rets.paragonrels.com/ret...
Thank you for your assistance!!
Comments