mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #267] [Bug] url-encoded url-parameters are forwarded decoded #264
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@NghiaTranUIT commented on GitHub (Aug 30, 2019):
Thank for the report @scholt. I will squash it today 🐞
@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 👍
@scholt commented on GitHub (Sep 12, 2019):
@NghiaTranUIT that was fast! Sorry for the late reply, it works perfect now, thanks!
@NghiaTranUIT commented on GitHub (Sep 12, 2019):
Glad to heat that @scholt. Keep debugging and kill the bugs 💪