We have a .NET application that retrieve a geolocation based on unstructured query, e.g., http://dev.virtualearth.net/REST/v1/Locations?q=Australia%20Homebush%20Bay&key=
In our network the response is "OK" and returned the coordinates in JSON format, but in another network (e.g., customer network), the response is "OK" but the "coordinates" does not return any items, or "0" estimatedTotal.
When we used Fiddler, the X-MS-BM-WS-INFO is "1".
Please advise.