Hi, I have C# application fetching historical data and it was working until 29th April (last time I could download anything). Since then I am getting following response when calling "https://historicdata.betfair.com/api/DownloadListOfFiles". Is it down or maybe something has changed since then and I just missed it?
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>ngErrorRedirect</title>
</head>
<body>
<div>
Error
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>ngErrorRedirect</title>
</head>
<body>
<div>
Error
</div>
</body>
</html>


Comment