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
If the OPA server does not find a handler for the HTTP request, it replies with a somewhat cryptic error:
torin:~$ curl localhost:8181/v0/data 404 page not found
In this case, the path is valid but GET is used instead of POST. It would be nice to report better error messages in cases like this one.
GET
POST
The text was updated successfully, but these errors were encountered:
Catch all REST handlers for forbidden methods
b89ddec
- Fixes #445
No branches or pull requests
If the OPA server does not find a handler for the HTTP request, it replies with a somewhat cryptic error:
In this case, the path is valid but
GET
is used instead ofPOST
. It would be nice to report better error messages in cases like this one.The text was updated successfully, but these errors were encountered: