[GH-ISSUE #267] [Bug] url-encoded url-parameters are forwarded decoded #264

Closed
opened 2026-03-03 19:16:54 +03:00 by kerem · 4 comments
Owner

Originally created by @scholt on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/267

Originally assigned to: @NghiaTranUIT on GitHub.

Proxyman version? (Ex. Proxyman 1.4.3)

1.5.1 (1510)

macOS Version? (Ex. mac 10.14)

10.14.5

Steps to reproduce

Make Request:
http://api.server.tld/check-email-availability?email=account%2Balias%40gmail.com

The Request is forwarded as:
http://api.server.tld/check-email-availability?email=account+alias@gmail.com

Expected behavior

Request should be forwarded as:
http://api.server.tld/check-email-availability?email=account%2Balias%40gmail.com

Originally created by @scholt on GitHub (Aug 30, 2019). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/267 Originally assigned to: @NghiaTranUIT on GitHub. ### Proxyman version? (Ex. Proxyman 1.4.3) 1.5.1 (1510) ### macOS Version? (Ex. mac 10.14) 10.14.5 ### Steps to reproduce Make Request: http://api.server.tld/check-email-availability?email=account%2Balias%40gmail.com The Request is forwarded as: http://api.server.tld/check-email-availability?email=account+alias@gmail.com ### Expected behavior Request should be forwarded as: http://api.server.tld/check-email-availability?email=account%2Balias%40gmail.com
kerem 2026-03-03 19:16:54 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 30, 2019):

Thank for the report @scholt. I will squash it today 🐞

<!-- gh-comment-id:526546225 --> @NghiaTranUIT commented on GitHub (Aug 30, 2019): Thank for the report @scholt. I will squash it today 🐞
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 31, 2019):

Hey, let check the build which includes the fix at: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.5.1_url_encoded.dmg

Let me know if it fixes, then I will officially roll out it in next version.

Thank you in advance 👍

<!-- gh-comment-id:526838401 --> @NghiaTranUIT commented on GitHub (Aug 31, 2019): Hey, let check the build which includes the fix at: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.5.1_url_encoded.dmg Let me know if it fixes, then I will officially roll out it in next version. Thank you in advance 👍
Author
Owner

@scholt commented on GitHub (Sep 12, 2019):

@NghiaTranUIT that was fast! Sorry for the late reply, it works perfect now, thanks!

<!-- gh-comment-id:530720893 --> @scholt commented on GitHub (Sep 12, 2019): @NghiaTranUIT that was fast! Sorry for the late reply, it works perfect now, thanks!
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 12, 2019):

Glad to heat that @scholt. Keep debugging and kill the bugs 💪

<!-- gh-comment-id:530728968 --> @NghiaTranUIT commented on GitHub (Sep 12, 2019): Glad to heat that @scholt. Keep debugging and kill the bugs 💪
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/Proxyman#264
No description provided.