Support for custom previewer tabs?
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 _jwt key.
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)
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
related question - does Windows support running multiple scripts in a pipeline order based on rules matches?
Proxyman Windows doesn't support running multiple scripts in a pipeline order yet. It will use the first matched rule and ignore the rest 👍🏻
Proxyman Windows doesn't support running multiple scripts in a pipeline order yet. It will use the first matched rule and ignore the rest 👍🏻
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 🙂
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 👍🏻
I'll discuss this with @NghiaTranUIT to explore implementing this feature on Windows 👍🏻
🙏 thanks for considering it! I figured out the workaround (already mentioned), but proper support would be a nice-to-have 🙂