Hello All,
I have an issue I'm dealing with using google maps and google
geocoding on a website i'm working on.
When I'm developing from localhost, all the map stuff loads
correctly. When the code is deployed to our internal testing
environment, the mapping / geocoding features stop working correctly.
It seems that the problem is with the:
http://maps.google.com/maps/api/js/AuthenticationService.Authenticate
request.
When running in the internal development environment, this request
never completes, thus causing issues with the mapping functionality.
Hows does this Authentication request work? Is there special rules
for localhost vs other domains? What might I do so that this will
work correctly from my internal development environment?
Thanks,
-Brian Ritter