Hello guys,
I am having a weird problem. Suddenly my PHP implementation of the Google Geocoding API has simply decided to stop working. It now returns error 602 for every request, meaning address unavailable. But, if I open the actual url I am querying, it works perfectly and I can download the correct information. But if I use curl to grab it, 602 is returned instead of 200.
I have tried changing the API key, as well as checking and testing the url.