-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- this feature was working in a previous version but is broken in the current release.
Bruno version
2.12.0
Operating System
Windows 11 26200.6725
Describe the bug
Bruno doesn't automatically encode as %23
hashtags in query parameter values.
Coupled with the issue #5756, we cannot bypass the issue by manually encoding and this make Bruno unusable if a query parameter requires a #
(a manual %23
gets wrongly encoded as %2523
)
.bru file to reproduce the bug
meta {
name: bruno bug
type: http
seq: 9
}
get {
url: domain.com/query?hashtagParam=test#abc
body: none
auth: none
}
params:query {
hashtagParam: test#abc
}
settings {
encodeUrl: true
}
Screenshots/Live demo link



Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working