How can I use Google Maps on a secure page?
July 5, 2007 9:41 AM Subscribe
How can I include a Google Map on a secure page?
I'm including a Google Map on a page where users can sign up for a service. The page is accessed via SSL, and before I included the map, the entire page was transmitted securely. Now, however, browsers complain that portions of the page (the map) are transmitted insecurely. I understand the user information is still secure, but my users probably won't.
How can I change this page so that the google map is still available and users may still interact with it, but the entire page is delivered via SSL?
Additionally, I had to change firewall rules for the users' subnet to allow access to google.com to load the map. Is there a way to rework this such that the server does the work of loading the map and presents it to the users?
Thanks!
posted by odinsdream to computers & internet (6 answers total)
This makes the assumption that you can set up the proxy wherever you are hosting the app.
You'll also get dinged a few times for bandwidth (user requests map from you, you request map from gmaps, you get map from gmaps, user gets map from you), so if that is an issue, you may want to find another solution.
posted by AaRdVarK at 10:04 AM on July 5, 2007