We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use api.openstreetmap.org/api/ -and HTTPS- instead of www.openstreetmap.org/api/*.
api.openstreetmap.org/api/
www.openstreetmap.org/api/*
(Is: openstreetmap/operations#951)
Note, api.openstreetmap.org API url currently can not do OAuth 2 handshake. See openstreetmap/operations#951 (comment) You can split the www. base URL and api. API url. See osmlab/osm-auth#123 (comment)
api.openstreetmap.org
www.
api.
See also osmlab/osm-auth#123 (comment) for another solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use
api.openstreetmap.org/api/
-and HTTPS- instead ofwww.openstreetmap.org/api/*
.(Is: openstreetmap/operations#951)
Note,
api.openstreetmap.org
API url currently can not do OAuth 2 handshake. See openstreetmap/operations#951 (comment)You can split the
www.
base URL andapi.
API url. See osmlab/osm-auth#123 (comment)See also osmlab/osm-auth#123 (comment) for another solution.
The text was updated successfully, but these errors were encountered: