Allow to specify URLs for MITM #534
ronshemerws
started this conversation in
Ideas
Replies: 1 comment
-
Hey @ronshemerws ! Thanks so much for this suggestion. As far as I can tell this isn't supported yet - please feel free to open a PR, and we'll take a closer look into this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Proxify currently enables passthrough (
-pt
flag) for URLs that match a regex, which is great.I'd like to suggest adding a different operation mode where you can specify URL regexes that will be routed through MITM and other URLs, that did not match any regex, will pass through. The new option could have a flag named
inspect
.Since
inspect
contradicts-pt
they should be mutually excluded.Alternatively, it should be possible to use the existing passthrough capability if it will support negative lookahead regex for URL. According to my experience it is not supported, but I might be wrong.
This is something that I can implement and open a PR, please let me know if this might be relevant.
Beta Was this translation helpful? Give feedback.
All reactions