From c726519e73761e5df3a20a1a92c1655497dd49c0 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 20 Mar 2011 17:31:54 +1300 Subject: Add a stickyauth option. This allows us to replay an HTTP Authorization header, in the same way as we replay cookies using stickycookies. This lets us conveniently get at HTTP Basic Auth protected resources through the proxy, but is not enough to do the same for HTTP Digest auth. We'll put that on the todo list. --- todo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'todo') diff --git a/todo b/todo index be2958d6..2a69291a 100644 --- a/todo +++ b/todo @@ -20,6 +20,9 @@ Features: - No-proxy mode, for when we want to just replay without serving as a proxy ourselves. - Upstream proxy support. - Strings view for binary responses. + - Support HTTP Digest authentication through the stickyauth option. We'll + have to save the server nonce, and recalculate the hashes for each request. + - Chunked encoding support for requests (we already support it for responses). - Better manipulation of flows in mitmproxy: copying flows, adding comments. -- cgit v1.2.3