[GH-ISSUE #1537] [Scripting] Incorrectly encode the path #1530

Open
opened 2026-03-03 19:52:14 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Feb 12, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1537

Originally assigned to: @NghiaTranUIT on GitHub.

Description

If we use the Scripting on the Request, http://google.com/404;jsessionid=something will be decoded to http://google.com/404%3Bjsessionid=something even though we don't modify the URL.

Steps to Reproduce

  1. Create a Scripting without doing anything
  2. Make a request http://google.com/404;jsessionid=something

Current Behavior

  • URL becomes http://google.com/404;jsessionid=something

Expected Behavior

  • Should not change the URL Encoding
Originally created by @NghiaTranUIT on GitHub (Feb 12, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1537 Originally assigned to: @NghiaTranUIT on GitHub. ## Description If we use the Scripting on the Request, `http://google.com/404;jsessionid=something` will be decoded to `http://google.com/404%3Bjsessionid=something` even though we don't modify the URL. ## Steps to Reproduce 1. Create a Scripting without doing anything 2. Make a request `http://google.com/404;jsessionid=something` 3. 4. ## Current Behavior - URL becomes `http://google.com/404;jsessionid=something` ## Expected Behavior - Should not change the URL Encoding
Author
Owner
<!-- gh-comment-id:1426991741 --> @NghiaTranUIT commented on GitHub (Feb 12, 2023): Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_4.2.1_Fix_Scripting_URL_Encoding.dmg
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#1530
No description provided.