0

new user of mitmproxy here. I've figured out how to edit a request and replay it, and I'm wondering how to undo my edit.

More specifically, I go to a request's flow, hit 'e', then '8' to edit the request headers. Then I press 'd' to delete one of the headers. What do I press to undo this change? 'u' doesn't work.

rampatowl
  • 1,722
  • 1
  • 17
  • 38

1 Answers1

0

It's possible to revoke changes to a flow, but not while editing. In your case, 'e' -> '8' -> 'd' headers, now press 'q' to go back to the flow -> press 'V' to revoke changes to the flow.

Kevin Cui
  • 766
  • 1
  • 6
  • 8