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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -