mitmproxy/todo
Aldo Cortesi 3792b0084e Add -c and -C options to mitmdump to control sticky cookies.
It's dumb that this needs to be two different options, but optparse doesn't
support optional arguments. It would be much nicer to just have "-c" for "all",
and "-c filter" for a specified filter.
2011-02-25 17:32:03 +13:00

15 lines
398 B
Plaintext

Futures:
- Post and URL field parsing and editing.
- Upstream proxies.
- Strings view for binary responses.
- Better manipulation of flows in mitmproxy: copying flows, adding
comments.
Bugs:
- In some circumstances, long URLs in list view are line-broken oddly.
- Termination sometimes hangs.
- When a bug in mitmproxy causes a stack trace, we hang on exit.