Is intercepting a replay (server-side) possible? #7565
SerendipitousTesselation
started this conversation in
General
Replies: 1 comment 1 reply
-
|
This line: mitmproxy/mitmproxy/addons/intercept.py Line 35 in 1b74e3d and f.is_replay != "request" makes sense for client and server replay, a PR would be highly welcome! 😃
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Mitmproxy: 11.1.0
I have a need to intercept server-side replays interactively but it's not happening, the replays just go through.
mitmproxy -S some_flows.mitm --server-replay-reuse --set server_replay_extra=killI have tried defining the query in several ways but with no luck. Examples include:
~replay,replays, '~u path',~replays ~u pathetc.It should be possible, especially since the help menu documents
replayoperators. What am I missing?Beta Was this translation helpful? Give feedback.
All reactions