Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to api.openstreetmap.org API host #287

Closed
danieldegroot2 opened this issue Sep 14, 2023 · 2 comments
Closed

Switch to api.openstreetmap.org API host #287

danieldegroot2 opened this issue Sep 14, 2023 · 2 comments
Assignees
Labels

Comments

@danieldegroot2
Copy link

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

(Is: openstreetmap/operations#951); see also #286

@Krakonos Krakonos self-assigned this Sep 18, 2023
@Krakonos Krakonos added the Bug label Sep 18, 2023
@Krakonos
Copy link
Member

Krakonos commented Sep 18, 2023

This actually has more parts:

  • Changing the presets.
  • Enabling/enforcing https.
  • Providing a migration path (at least a warning when using non-https would do, possibly just error out and point out to the change).

@Krakonos
Copy link
Member

Krakonos commented Sep 7, 2024

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.

@Krakonos Krakonos closed this as completed Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants