Hey I am trying to login to betfair using the following but I am getting .... INPUT_VALIDATION_ERROR as in ..
thePage.ResponseUri.Query = ?redirectMethod=POST&errorCode=INPUT_VALIDATION_ER ROR
I have place my code below which is similar to others here on the forum.
To get my BetBot to work today I had to place a WebBrower control on my form then manually entered my login details - which fired the WebBrowser1_DocumentCompleted. I then inspected the cookie to find my SSOID (my session token). Then once I take my new session token I was able to call MarketCatalog and MarketBook and do all my normal operations.
image.png
thePage.ResponseUri.Query = ?redirectMethod=POST&errorCode=INPUT_VALIDATION_ER ROR
I have place my code below which is similar to others here on the forum.
To get my BetBot to work today I had to place a WebBrower control on my form then manually entered my login details - which fired the WebBrowser1_DocumentCompleted. I then inspected the cookie to find my SSOID (my session token). Then once I take my new session token I was able to call MarketCatalog and MarketBook and do all my normal operations.
image.png


Comment