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

CLI: Explicit api-path not encoded correctly #504

Closed
olofhagsand opened this issue Mar 26, 2024 · 0 comments
Closed

CLI: Explicit api-path not encoded correctly #504

olofhagsand opened this issue Mar 26, 2024 · 0 comments

Comments

@olofhagsand
Copy link
Member

If an api-path-fmt is manually given, the encoding of arguments was not properly RFC8040 encoded in some circumstances.
More specifically, with an api-path on the form: a/b=,%s
and an argument such as: 10/10
the resulting api-path is a/b=,10/10 where 10/10 is not encoded which it should.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant