php - Google Places API without HTTPS -
i having problems sending requests google places api because machine behind proxy authentification. worked around in past using context when sending http requests php. have trouble getting work https google places , easiest way use http.
i cannot find link http api. basic url requests is: https://maps.googleapis.com/maps/api/place/search/output?parameters
(source: http://code.google.com/apis/maps/documentation/places/).
i looking way connect api without using https. using http://maps.googleapis.com/maps/api/place/search/output?parameters results in 404.
thanks, david
you should write 'json' or 'xml' instead of 'output' in url.
like http://maps.googleapis.com/maps/api/place/search/json?..
Comments
Post a Comment