mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1682] When the script uses on request, it will increase at the end of the body = #1674
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#1674
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 @ThinkerT on GitHub (Jun 15, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1682
Originally assigned to: @NghiaTranUIT on GitHub.
Description
If the body in the request is an encrypted character, when the script uses the onRequest method, it will automatically add = to the end of the body, causing the decryption to fail.
Steps to Reproduce
e03368ba-cd12-4cee-acc2-100eaf6e1b99.webm
Current Behavior
Expected Behavior
@NghiaTranUIT commented on GitHub (Jun 16, 2023):
@ThinkerT can you share with me this Request (via ProxymanLog) to support@proxyman.io ? I'd like to investigate it 👍
@NghiaTranUIT commented on GitHub (Jun 16, 2023):
I assume that the Request Header Content-Type is
application/x-www-form-urlencoded, so it treats your body as a Form. Remove it may temporarily fix the bug@ThinkerT commented on GitHub (Jun 16, 2023):
Message has been sent
@NghiaTranUIT commented on GitHub (Jun 16, 2023):
@ThinkerT You can try this build: https://download.proxyman.io/beta/Proxyman_4.8.0_Fix_Scripting_with_form.dmg
@ThinkerT commented on GitHub (Jun 19, 2023):