On Nov 10, 11:54 am, Kwajongen <[email protected]> wrote: > > Now, sometimes, I'd like to sit in another room and continue my > website development remotely, using my wireless laptop through my home > network. > > I can easily access my local website just by entering my desktop PC IP > address, but I cannot access my google map page because of the API > key.
If you do that, it's not localhost any more. > Can you suggest a simple way to enable me a remote connection to the > google map page? Don't use your ip address, use a network name; get a key for that network name. Private ip addresses don't work; network names appear to. See Michael Geary's elegant key-swapping code at http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c804b74034915665 Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=.
