mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #273] [Plugin] Base64 Decoder #271
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#271
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 @NghiaTranUIT on GitHub (Sep 6, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/273
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
I would be great if we support plugin to enable decoding the Request/Response to desired format. It could be base64, thrift or protobuf, so we can quickly see the content.
👑 Criteria
@shirshak55 commented on GitHub (Sep 14, 2019):
yea you should give us ability to able to decode information. May be support so that we can make js or python or rust plugin so we can add many more decoding support?
@NghiaTranUIT commented on GitHub (Sep 15, 2019):
I'm thinking how to add this base64 decoded on right menu-context @shirshak55
However, the problem is that some response doesn't entirely encode in base64, it's just some values in JSON response. Or somecase, the base64-encoded string is in the query's URL
@shirshak55 commented on GitHub (Sep 15, 2019):
it can be decided according to header right?
@Robert-Saiter commented on GitHub (Nov 19, 2019):
Could you do this with a simple right click option? Highlight the text->Right Click->Decode Selected Text?
@NghiaTranUIT commented on GitHub (Nov 19, 2019):
For now, we can base64 decode entire response body from https://github.com/ProxymanApp/Proxyman/issues/320
The ideal to put the Base64 decode and form in the Menu Context for the selected text is remarkable. I will definitely support it in the next release. Thank for bump it @S8ER01Z 👍
@Robert-Saiter commented on GitHub (Dec 12, 2019):
I see this in 1.10.0 and wanted to ask about behavior. When I select / highlight a base64 encoded section of text I get an error
<Invalid Base64 String>even though the portion of text highlighted will decode fine as base64 (Example: d3d3LmZhY2Vib29rLmNvbS8 ). The section highlighted is in the path string so I wasn't sure if it is using the selected text for decoding or trying to use the entire path. Can you comment?Path - /broker?reason=&categoryid=8192&policyid=0&i2n=2706595643&url=d3d3LmZhY2Vib29rLmNvbS8=&ssl=true&pac=true&rand=162820312
Highlighted selection - d3d3LmZhY2Vib29rLmNvbS8
@NghiaTranUIT commented on GitHub (Dec 12, 2019):
For now, it's impossible to know which portion of the selected text could be base64-decoded.
So, you have to select the base64 encoded string. Ex: d3d3LmZhY2Vib29rLmNvbS8