How to support curl -X OPTIONS on server? #197
Unanswered
ruanqizhen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looks like the service for the demo has been modified, it supports
curl -X OPTIONS https://valhalla1.openstreetmap.de/height -D -
but if I curl my own service build on Valhalla souce, it returns the following error:
{"error_code":101,"error":"Try a POST or GET request instead","status_code":405,"status":"Method Not Allowed"}
Beta Was this translation helpful? Give feedback.
All reactions