[GH-ISSUE #5500] [bug]: Hash symbol for application/x-www-form-urlencoded #2114

Open
opened 2026-03-16 23:14:38 +03:00 by kerem · 2 comments
Owner

Originally created by @viico on GitHub (Oct 22, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5500

Originally assigned to: @hookangji on GitHub.

Is there an existing issue for this?

  • I have searched existing issues and this bug hasn't been reported yet

Platform

Web App

Browser

Firefox

Operating System

Windows

Bug Description

I have a failed POST request with x-www-form-urlencoded body. The issue is that one of parameter's value contains a hash symbol. Without this hash symbol the query is OK. I found the problem when I saw the curl command, I saw that the value with hash symbol is quoted.

I try to copy the curl command and execute it, it failed, just removing quote on my value and it works.

I reproduced the problem in Hoppscotch public web app, we can see the quoted value when value contains hash symbol :

Image

Deployment Type

Self-hosted (on-prem deployment)

Version

No response

Originally created by @viico on GitHub (Oct 22, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5500 Originally assigned to: @hookangji on GitHub. ### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Platform Web App ### Browser Firefox ### Operating System Windows ### Bug Description I have a failed POST request with x-www-form-urlencoded body. The issue is that one of parameter's value contains a hash symbol. Without this hash symbol the query is OK. I found the problem when I saw the curl command, I saw that the value with hash symbol is quoted. I try to copy the curl command and execute it, it failed, just removing quote on my value and it works. I reproduced the problem in Hoppscotch public web app, we can see the quoted value when value contains hash symbol : <img width="1817" height="292" alt="Image" src="https://github.com/user-attachments/assets/6dd21fcc-8eb7-45f0-85fa-a3e4ba97aa5b" /> ### Deployment Type Self-hosted (on-prem deployment) ### Version _No response_
Author
Owner

@hookangji commented on GitHub (Nov 28, 2025):

I'd like to take this issue. I can reproduce it and will open a PR soon.

<!-- gh-comment-id:3588778115 --> @hookangji commented on GitHub (Nov 28, 2025): I'd like to take this issue. I can reproduce it and will open a PR soon.
Author
Owner

@viico commented on GitHub (Feb 23, 2026):

Hello, any news on this issue ?

<!-- gh-comment-id:3943964427 --> @viico commented on GitHub (Feb 23, 2026): Hello, any news on this issue ?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2114
No description provided.