Closed danieldegroot2 closed 2 months ago
This actually has more parts:
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.
Use
api.openstreetmap.org/api/
-and HTTPS- instead ofwww.openstreetmap.org/api/*
.(Is: https://github.com/openstreetmap/operations/issues/951); see also #286