Hi
Related to my other post about Betfair breaking my ability to login using the API. I thought I would look into the alternative interactive login method via a webpage. In principle you have to add a web browser component to your App and open the Betfair login page for the user to fill in username and password.
Then when they submit that form, instead of redirecting to the Betfair website, you intercept the call and grab the Session token and cancel the redirection.
I was hoping it might be not too complex to implement that in a sample test program, but so far I cant get it to work.
Does anyone know of sample code to do that on the web somewhere, or maybe have done it and be willing to share the code ?
Thanks
Related to my other post about Betfair breaking my ability to login using the API. I thought I would look into the alternative interactive login method via a webpage. In principle you have to add a web browser component to your App and open the Betfair login page for the user to fill in username and password.
Then when they submit that form, instead of redirecting to the Betfair website, you intercept the call and grab the Session token and cancel the redirection.
I was hoping it might be not too complex to implement that in a sample test program, but so far I cant get it to work.
Does anyone know of sample code to do that on the web somewhere, or maybe have done it and be willing to share the code ?
Thanks


Comment