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

Params don't get properly encoded #4319

Open
2 of 4 tasks
ddorstijn opened this issue Mar 25, 2025 · 1 comment · May be fixed by #4337
Open
2 of 4 tasks

Params don't get properly encoded #4319

ddorstijn opened this issue Mar 25, 2025 · 1 comment · May be fixed by #4337
Assignees
Labels
bug Something isn't working module-request

Comments

@ddorstijn
Copy link

I have checked the following:

  • I have searched existing issues and found nothing related to my issue.

This bug is:

  • making Bruno unusable for me
  • slowing me down but I'm able to continue working
  • annoying

Bruno version

1.40.0

Operating System

Windows 11

Describe the bug

For my query parameters I want to be able to test filters like value=>20 or string=Experiment%. When adding a new parameter in the params panel, the signs don't get encoded. So in the url it turns into http://baseurl.com/export?value=>20&string=Experiment%. This lack of encoding causes problems when parsing the url.

What I did find out that if I type the encoded string in the url, so http://baseurl.com/export?value=%3E20&string=Experiment%25 it does get properly decoded in the field. But the moment I add or change the string, the raw string gets put back in the url.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

When encoding using the url:
Image

When adding an extra number to one of the parameters:
Image

@ddorstijn ddorstijn added the bug Something isn't working label Mar 25, 2025
@anusree-bruno anusree-bruno self-assigned this Mar 25, 2025
@anusree-bruno
Copy link
Collaborator

Similar #732

@Nithishvb Nithishvb linked a pull request Mar 25, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module-request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants