> But when I try to use the same URL from inside my javascript framework > i am getting a 405 response.
Sounds like a cross-domain problem. Don't use the HTTP API from within javascript, use the metthod provided within the Maps API. http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding You do after all, have to display the results on a map to comply with the terms of use. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
