When I calling site www.livescore.com by HttpClient class I always getting error \"500\". Probably server blocked request from HttpClients.
1)There is any other meth
I think you can be pretty certain that they have done everything to stop developers from screen-scraping.
If I try from a standard C# project using this code :
var request = WebRequest.Create("http://www.livescore.com ");
var response = request.GetResponse();
I get this response:
The remote server returned an error: (403) Forbidden.