AtlisInc / Nominatim-API

Java library for reverse geocoding for Nominatim
http://nominatim.openstreetmap.org
GNU Lesser General Public License v3.0
14 stars 3 forks source link

Use https for nominatim.openstreetmap.org #3

Closed grischard closed 6 years ago

grischard commented 6 years ago

The nominatim geocoding service at nominatim.openstreetmap.org is available over https, and will soon start redirecting all http requests to https.

Some java http libraries don't follow redirects by default.

Would it please be possible to make all nominatim requests over https?

michaelassraf commented 6 years ago

Hi @grischard,

The API endpoint is configurable.

I changed the documentation to show https as the original example.

Michael