We have been using OSM for about 8 months with no problems. Then yesterday morning we started getting "HTTP/1.1 403 Forbidden" errors. Why would this pop up all of a sudden? We are linking to URL := 'http://nominatim.openstreetmap.org/search?q='; from a Delphi web app. The query string contains street address info; we are just getting a lat and lon. Like I say, been working for 8 months. asked 30 Jul '13, 16:36 sbirny aseerel4c26 ♦ |
A 403 error means that you have been manually blocked because you have violated the usage policy or your queries have shown other suspicious behaviour. First of all check that your use of the API conforms to the usage policy, in particular, check that you are sending either a valid referrer (for web services) or a customized user agent that identifies your application. If you cannot see any obvious violations of the usage policy, you will need to contact the Nominatim sysadmin directly to find out more details and have the block lifted. answered 30 Jul '13, 20:51 lonvia |
I had the same problem..couple of minutes ago:) I wrote a script to lookup some exif gps coords to rename the image accordingly via php:
answered 16 May '15, 17:13 mauzo |
Just to be absolutely sure, when you say you're "using OSM" do you mean "browsing to www.openstreetmap.org" or something else?
Educated guess: Nominatim reverse lookups.
Which would be subject to the Nominatim usage policy.