Clear All option for mitmweb
See original GitHub issueSteps to reproduce the problem:
- run
mitmweb
- Wait for the a bunch of requests to be picked up
- Let the OCD kick in and want to clear the entries
- Too bad, delete everything one-by-one
Any other comments? What have you tried so far?
This is just a feature request to add a feature to ‘Clear All’ for mitmweb
. There’s a delete option, but it’s only a single delete. It would be nice if there was a Clear All button or maybe just a ‘Select All’ > Delete flow.
System information
Mitmproxy: 4.0.4 Python: 3.7.4 OpenSSL: OpenSSL 1.1.1d 10 Sep 2019 Platform: Darwin-19.0.0-x86_64-i386-64bit
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Options - mitmproxy docs
Name Type Description
# allow_hosts mitmproxy mitmdump mitmweb sequence of str Opposite of ‑‑ignore‑hosts...
# client_replay mitmproxy mitmdump mitmweb sequence of str Replay client requests...
Read more >Developers - Clear All option for mitmweb - - Bountysource
Steps to reproduce the problem: run mitmweb; Wait for the a bunch of requests to be picked up; Let the OCD kick in...
Read more >MITMProxy how to remove flows so they do not show up in ...
In this case, by applying option when starting web interface: mitmweb --set ignore_hosts='www.googleadservices.com'.
Read more >Mitmproxy Cheat Sheet - stut-it Martin Stut
d, delete flow ... Appendix 1: Full List of Command Line Options ... w save all flows matching current view filter W save...
Read more >Learn mitmproxy #2 - Record, Replay, Intercept, and Modify ...
In this video, you will learn how you can leverage mitmweb to record, replay, intercept and modify the HTTP requests.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think what you are searching for is a function what exists but quite hidden: If you press “Z” when the tab is active then all the requests are deleted.
How do you feel about File -> New (which already exists)?
On Wed, 9 Oct 2019, 18:12 Marc, notifications@github.com wrote: