mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #474] Support for custom previewer tabs? #473
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#473
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 @addison-adler on GitHub (Feb 14, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/474
Originally assigned to: @kics223w1 on GitHub.
Description
The website has a page here detailing how to set up custom previewer tabs but it appears that this is only supported on Mac? (would be nice if the website mentioned platform support 😅)
There's a ticket on the mac repo here: https://github.com/ProxymanApp/Proxyman/issues/1956
If this isn't available on Windows yet, is there any way to override the existing tab values?
I have an API that returns a JWT in the response body as
{ "data": "jwt" }, so to make the previewer even a little useful I need to use scripting to decode the JWT for previewing.As a workaround, right now I'm decoding the JWT and appending it to the request & response bodies under my own
_jwtkey.The JWT is really long though and the string preview isn't truncated, so I also have to re-order the keys to make sure my "_jwt" key is add the top of the json preview otherwise I'd have to keep scrolling past the giant jwt string (see picture)
@addison-adler commented on GitHub (Feb 14, 2025):
related question - does Windows support running multiple scripts in a pipeline order based on rules matches?
It was discussed and added to the mac app here - https://github.com/ProxymanApp/Proxyman/issues/1190
if not, no worries
@kics223w1 commented on GitHub (Feb 14, 2025):
Proxyman Windows doesn't support running multiple scripts in a pipeline order yet.
It will use the first matched rule and ignore the rest 👍🏻
@addison-adler commented on GitHub (Feb 14, 2025):
Cool, thanks for the confirmation 🙂
I noticed in the other repo that both custom previewer tabs and multiple scripts were relatively recent additions, so I'm not surprised they haven't made their way over yet 🙂
@kics223w1 commented on GitHub (Feb 14, 2025):
The User-defined tabs feature is currently unavailable on Windows.
Additionally, I think we don't have any solutions to override existing tabs on Windows in version 2.20.0
I'll discuss this with @NghiaTranUIT to explore implementing this feature on Windows 👍🏻
@addison-adler commented on GitHub (Feb 14, 2025):
🙏 thanks for considering it!
I figured out the workaround (already mentioned), but proper support would be a nice-to-have 🙂