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

Query params in the request API are not URL-encoded by default #1075

Open
ttypic opened this issue Mar 11, 2025 · 0 comments · May be fixed by #1076
Open

Query params in the request API are not URL-encoded by default #1075

ttypic opened this issue Mar 11, 2025 · 0 comments · May be fixed by #1076
Assignees
Labels
enhancement New feature or improved functionality.

Comments

@ttypic
Copy link
Contributor

ttypic commented Mar 11, 2025

Query parameters in the request API are not URL-encoded by default.

client.request("GET", "/page", arrayOf(Param("foo", "b a r")), null, null)

This will only send "b" as the query parameter value for "foo"

┆Issue is synchronized with this Jira Task by Unito

@ttypic ttypic self-assigned this Mar 11, 2025
@ttypic ttypic added the enhancement New feature or improved functionality. label Mar 11, 2025
@ttypic ttypic linked a pull request Mar 11, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improved functionality.
Development

Successfully merging a pull request may close this issue.

1 participant