osm-common icon indicating copy to clipboard operation
osm-common copied to clipboard

Use https for nominatim.openstreetmap.org

Open grischard opened this issue 7 years ago • 0 comments

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? I believe the relevant line is NominatimQueryBuilder.java#L15

grischard avatar Feb 17 '18 11:02 grischard