[GH-ISSUE #1682] When the script uses on request, it will increase at the end of the body = #1674

Open
opened 2026-03-03 19:53:23 +03:00 by kerem · 5 comments
Owner

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

  • App version: e.g Proxyman 4.8.0
  • macOS version: e.g macOS Ventura 13.2
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 <!--- Description for the bug? --> 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 <!-- Add relevant code and/or a live example --> [e03368ba-cd12-4cee-acc2-100eaf6e1b99.webm](https://github.com/ProxymanApp/Proxyman/assets/15814211/b34c7097-cd57-4490-b36e-4b2800e34a1b) ## Current Behavior <!--- What went wrong? --> ## Expected Behavior <!--- What should have happened? --> - App version: e.g Proxyman 4.8.0 - macOS version: e.g macOS Ventura 13.2
Author
Owner

@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 👍

<!-- gh-comment-id:1594191328 --> @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 👍
Author
Owner

@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

<!-- gh-comment-id:1594194486 --> @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
Author
Owner

@ThinkerT commented on GitHub (Jun 16, 2023):

@ThinkerT你能和我分享这个请求(通过 ProxymanLog)到support@proxyman.io吗?我想调查一下👍

Message has been sent

<!-- gh-comment-id:1594267571 --> @ThinkerT commented on GitHub (Jun 16, 2023): > @ThinkerT你能和我分享这个请求(通过 ProxymanLog)到[support@proxyman.io](mailto:support@proxyman.io)吗?我想调查一下👍 Message has been sent
Author
Owner

@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

<!-- gh-comment-id:1594860908 --> @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
Author
Owner

@ThinkerT commented on GitHub (Jun 19, 2023):

@ThinkerT You can try this build: https://download.proxyman.io/beta/Proxyman_4.8.0_Fix_Scripting_with_form.dmg
Thank you so much! this version works

<!-- gh-comment-id:1596402649 --> @ThinkerT commented on GitHub (Jun 19, 2023): > @ThinkerT You can try this build: https://download.proxyman.io/beta/Proxyman_4.8.0_Fix_Scripting_with_form.dmg Thank you so much! this version works
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#1674
No description provided.