Hi all,
In the past I was able to access charts via:
Dim urlString As String = "https://au.site.sports.betfair.com/betting/LoadRunnerInfoChartAction.do?marketId=101474328&se lectionId=221185"
i notice the url has changed:
Dim urlString As String = "https://graphs.betfair.com.au/" & marketId & "/" & runners.Item(n).SelectionId & "/0"
but I now get a 404 forbidden message??
Any clues?
bascoe
In the past I was able to access charts via:
Dim urlString As String = "https://au.site.sports.betfair.com/betting/LoadRunnerInfoChartAction.do?marketId=101474328&se lectionId=221185"
i notice the url has changed:
Dim urlString As String = "https://graphs.betfair.com.au/" & marketId & "/" & runners.Item(n).SelectionId & "/0"
but I now get a 404 forbidden message??
Any clues?
bascoe


Comment