You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When adding an extra number to one of the parameters:
The text was updated successfully, but these errors were encountered:
I have checked the following:
This bug is:
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:

When adding an extra number to one of the parameters:

The text was updated successfully, but these errors were encountered: