When I issue the GetResponse under .Net 4.0, Windows 7 64bit for
this
The response time is about 30 seconds. If I usse the same call with IE9 or Firefox, the response time is almost immediate.
the C# code is ...
var webRequest = (HttpWebRequest)WebRequest.Create(url);
var objStream = webRequest.GetResponse().GetResponseStream();
both calls return the same JSON.