Wasn't it Axeface who wrote: > >Hi all > >I got it sorted. I was using http://127.0.0.1:4725 but if you use >http://localhost:4725 it works fine. I just assumed that was not the >problem as localhost would get converted to 127.0.0.1 when it looks it >up in the hosts file. Does this mean that a key is not required for >http://localhost but is required for http://127.0.0.1? Thanks for all >the help btw.
As I said upthread: You don't need a key for http://localhost You DO need a key for http://localhost:1234, but a key registered for "http://localhost" will work (at least for the Javascript side of things) for all ports. The API doesn't do a DNS lookup, so it has no idea that 127.0.0.1 and localhost are the same thing. -- http://econym.googlepages.com/index.htm The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
