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
Using Copy as curl gives a broken url with a missing slash at the start of the url path. e.g. http://127.0.0.1:8080evaluate/v1/boolean
Copy as curl
http://127.0.0.1:8080evaluate/v1/boolean
1.38.2
Result e.g.
curl -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Cache-Control: no-store" -d '{"flagKey":"micros-alias-failover-opt-in","entityId":"a1ce6552-2efc-43e2-a3a9-ab1161954afd","context":{"service":"my-service"},"namespaceKey":"default"}' \ http://127.0.0.1:8080evaluate/v1/boolean
Return a curl command with a valid url, e.g. http://127.0.0.1:8080/evaluate/v1/boolean
http://127.0.0.1:8080/evaluate/v1/boolean
No response
The text was updated successfully, but these errors were encountered:
Yah I noticed this earlier this week and fixed it it #2875
Will go out in the next release
Sorry, something went wrong.
No branches or pull requests
Bug Description
Using
Copy as curl
gives a broken url with a missing slash at the start of the url path.e.g.
http://127.0.0.1:8080evaluate/v1/boolean
Version Info
1.38.2
Search
Steps to Reproduce
Result e.g.
Expected Behavior
Return a curl command with a valid url, e.g.
http://127.0.0.1:8080/evaluate/v1/boolean
Additional Context
No response
The text was updated successfully, but these errors were encountered: