Api v3 maps behind proxy

I have developed an application that uses maps api perfectly. Today a client asks me why his google maps appear completely white on the website and so I found that he is using a proxy on his network. This proxy is set to "deny all" and my client grants host access by the host. My question is which host does it have to resolve in order for the api maps to work correctly? My site uses API V3, Thanks

+3


source to share


1 answer


Hence:

http://groups.google.com/group/phonegap/browse_thread/thread/3d07771e7708763b



It seems that your client needs a whitelist:

*. googleapis.com
* .gstatic.com

+4


source







All Articles