Some Mapquest Nominatim API calls work only in the Browser -


when doing mapquest nominatim api call different results through curl , in browser. lets's have following request:

http://open.mapquestapi.com/nominatim/v1/search.php?key=valid_api_key&addressdetails=1&format=json&limit=1&q=fulda+maberzeller+str.+45 

in browser expected result, through curl "[]" means empty result.

with following request same results in browser , through curl.

http://open.mapquestapi.com/nominatim/v1/search.php?key=valid_api_key&addressdetails=1&format=json&limit=1&q=maberzeller+str.+45 

the parameters in url seem correct encoded.

has clue going on?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -