[GH-ISSUE #1695] config the comment max length #1690

Closed
opened 2026-03-03 19:53:30 +03:00 by kerem · 3 comments
Owner

Originally created by @dafong on GitHub (Jun 28, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1695

Description

I have a requirement like this. we have a Game App and it communicate with our server with http protocol,and the content is encrypted,
we use Proxy Man to debug the communication procedure,so i write a addon to decrypt the content ,and put the result to the
comment field,but it seem this field have a length limit,and the content is cutted off。
so if there is setting to config the max length of the comment limit or not have this resitric.

Why this feature/change is important?

image

Originally created by @dafong on GitHub (Jun 28, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1695 ## Description I have a requirement like this. we have a Game App and it communicate with our server with http protocol,and the content is encrypted, we use Proxy Man to debug the communication procedure,so i write a addon to decrypt the content ,and put the result to the comment field,but it seem this field have a length limit,and the content is cutted off。 so if there is setting to config the max length of the comment limit or not have this resitric. ## Why this feature/change is important? ![image](https://github.com/ProxymanApp/Proxyman/assets/1400296/1beb1207-cbe7-4df3-88e3-0ae78ffc25e3)
kerem 2026-03-03 19:53:30 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Jun 28, 2023):

You're right, we limit the number of character in the comment column.

I'm going to implement this similar feature: https://github.com/ProxymanApp/Proxyman/issues/1578 It allows you to:

request.preview.body = jsonStr
<!-- gh-comment-id:1611502577 --> @NghiaTranUIT commented on GitHub (Jun 28, 2023): You're right, we limit the number of character in the comment column. I'm going to implement this similar feature: https://github.com/ProxymanApp/Proxyman/issues/1578 It allows you to: ``` request.preview.body = jsonStr ```
Author
Owner

@NghiaTranUIT commented on GitHub (Jun 28, 2023):

To workaround, you can write a decrypted body to a local file: https://docs.proxyman.io/scripting/snippet-code#write-export-to-a-local-file then previewing it with VSCode.

// Write to single file
  writeToFile(response.body, "~/Desktop/body.json");
<!-- gh-comment-id:1611504201 --> @NghiaTranUIT commented on GitHub (Jun 28, 2023): To workaround, you can write a decrypted body to a local file: https://docs.proxyman.io/scripting/snippet-code#write-export-to-a-local-file then previewing it with VSCode. ```js // Write to single file writeToFile(response.body, "~/Desktop/body.json"); ```
Author
Owner

@dafong commented on GitHub (Jul 2, 2023):

thx a lot, and any time schedule to release the 4.9

<!-- gh-comment-id:1616629327 --> @dafong commented on GitHub (Jul 2, 2023): thx a lot, and any time schedule to release the 4.9
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#1690
No description provided.