mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1695] config the comment max length #1690
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#1690
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 @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?
@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:
@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.
@dafong commented on GitHub (Jul 2, 2023):
thx a lot, and any time schedule to release the 4.9