Skip to content

Hashtags are not automatically encoded in query parameters #5788

@adam-hotait

Description

@adam-hotait

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

Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions