A php client call to geocode api returns nothing (tried with file_get_contents()) while the same in a url from browser call returns results. For instance a call from .php client (using file_get_contents()) to geocode API as
returns nothing, while the same cut and pasted in a browser to call returns results as expected.
Is it apparently a bug in the API?
Tried with urlencode + file_get_contents in php. The var_dump of the results just shows a NULL :(
It should return an array of results with location/logitude/latitude, etc.