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
Could try this as well to add compression support:
var compressclient = new HttpClient(new HttpClientHandler()
{
AutomaticDecompression = DecompressionMethods.Deflate | DecompressionMethods.GZip
});
This adds the headers too.
According to the same thread support is now in Windows Store framework: http://social.msdn.microsoft.com/Forums/windowsapps/en-US/429bb65c-5f6b-42e0-840b-1f1ea3626a42/httpclient-data-compression-and-caching?prof=required