Hi
My App is C# code and I am using Webclient to download the Betfair graphs, this has been working fine for ages, however it is no longer working from today. Betfair have changed something again to cause this problem. The Server is now returning 403 Forbidden to my request.
The graphs are still working fine on the Website and in another App, so the problem is in my App.
I have checked that i am using an https url and that that my url is correct. I have also checked that I am calling
ServicePointManager.SecurityProtocol = Tls12
No joy so far in fixing it. Has anyone else hit this problem today, or any ideas of things to try to fix it ?
I will post an update if I can manage to fix it
Thanks for any ideas
Geoff
My App is C# code and I am using Webclient to download the Betfair graphs, this has been working fine for ages, however it is no longer working from today. Betfair have changed something again to cause this problem. The Server is now returning 403 Forbidden to my request.
The graphs are still working fine on the Website and in another App, so the problem is in my App.
I have checked that i am using an https url and that that my url is correct. I have also checked that I am calling
ServicePointManager.SecurityProtocol = Tls12
No joy so far in fixing it. Has anyone else hit this problem today, or any ideas of things to try to fix it ?
I will post an update if I can manage to fix it
Thanks for any ideas
Geoff


Comment