Yesterday my c# app, accessing the betfair api via the free app key was working fine. Now, today, I keep getting the above error(Invalid Session Info) If I log onto the betfair website I get a different ssoid to the one that my c# app gets. . Also, the ssoid that my c# app receives has the word '/Secure' attached to the end of it, which is something I don't recall occuring before. This is a copy of the ssoid that my c# recieves
ssoid=YZnZCvA+++++++++++o=; Domain=.betfair.com; Path=/; Secure
(with some chars replaced by me with the + sign )
If I paste the ssoid from the betfair website into my app all works as it should. So that suggests that the uri and user params, password etc are all correct. Why then should the call from my c# app be producing an ssoid that betfair api does not accept? Thanks for all and any help.
ssoid=YZnZCvA+++++++++++o=; Domain=.betfair.com; Path=/; Secure
(with some chars replaced by me with the + sign )
If I paste the ssoid from the betfair website into my app all works as it should. So that suggests that the uri and user params, password etc are all correct. Why then should the call from my c# app be producing an ssoid that betfair api does not accept? Thanks for all and any help.


Comment