2010-02-16 04:09:07 +00:00
|
|
|
|
2011-03-18 23:47:37 +00:00
|
|
|
This is a loose collection of todo items, in case someone else wants to start
|
|
|
|
hacking on mitmproxy. Drop me a line (aldo@corte.si) if you want to tackle any
|
|
|
|
of these and need some pointers.
|
2011-01-27 04:26:01 +00:00
|
|
|
|
2011-03-18 23:47:37 +00:00
|
|
|
Features:
|
|
|
|
|
|
|
|
- Support for content encodings. At the moment, we sidestep this by
|
|
|
|
stripping headers that indicate accepted encodings. In theory, this should
|
|
|
|
force servers to serve us content uncompressed, but that's not always the
|
|
|
|
case. Besides, we should try to modify requests as little as possible, so
|
|
|
|
direct support for deflate and gzip is the way to go.
|
|
|
|
- Add some "workspace" features to mitmproxy:
|
|
|
|
- Flow comments
|
|
|
|
- Copying/duplicating flows
|
|
|
|
- Ordering by time, size, etc. a-la-mutt (o keyboard shorcut is reserved for this)
|
2011-01-27 04:26:01 +00:00
|
|
|
- Post and URL field parsing and editing.
|
2011-03-18 23:47:37 +00:00
|
|
|
- We need a built-in graphical editor for these, that knows how to
|
|
|
|
break fields up and present them for modificatio individually.
|
|
|
|
- No-proxy mode, for when we want to just replay without serving as a proxy ourselves.
|
|
|
|
- Upstream proxy support.
|
2011-02-20 23:27:01 +00:00
|
|
|
- Strings view for binary responses.
|
2011-03-18 23:47:37 +00:00
|
|
|
- Chunked encoding support for requests (we already support it for responses).
|
2011-02-25 04:32:03 +00:00
|
|
|
- Better manipulation of flows in mitmproxy: copying flows, adding
|
|
|
|
comments.
|
2011-02-06 01:17:30 +00:00
|
|
|
|
2010-02-16 04:09:07 +00:00
|
|
|
Bugs:
|
|
|
|
|
|
|
|
- In some circumstances, long URLs in list view are line-broken oddly.
|
2011-02-06 01:17:30 +00:00
|
|
|
- When a bug in mitmproxy causes a stack trace, we hang on exit.
|