openstreetmap / merkaartor

Home of Merkaartor, an openstreetmap mapping program.
http://merkaartor.be/
Other
298 stars 78 forks source link

Switch to api.openstreetmap.org API host #287

Closed danieldegroot2 closed 1 month ago

danieldegroot2 commented 1 year ago

Use api.openstreetmap.org/api/ -and HTTPS- instead of www.openstreetmap.org/api/*.

(Is: https://github.com/openstreetmap/operations/issues/951); see also #286

Krakonos commented 1 year ago

This actually has more parts:

Krakonos commented 1 month ago

This was merged in #299 , with one minor change - I used the www. host, not api. host. This is due to api. redirecting (I assume to www., don't remember exactly) and that breaks OAuth2 flow. I'm not sure who's right or wrong here, but I currently use the QNetworkAuth library which doesn't work on the api. host.