From 1af26bb915789d51264a3410e016dfea90fe60b9 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 21 Feb 2012 12:32:56 +1300 Subject: Minor docs and example script fixes. --- doc-src/reverseproxy.html | 8 ++++++++ doc-src/screenshots/mitmproxy.png | Bin 175466 -> 71881 bytes 2 files changed, 8 insertions(+) (limited to 'doc-src') diff --git a/doc-src/reverseproxy.html b/doc-src/reverseproxy.html index e69de29b..125be19a 100644 --- a/doc-src/reverseproxy.html +++ b/doc-src/reverseproxy.html @@ -0,0 +1,8 @@ + +- command-line: _-R_ http[s]://hostname[:port] +- mitmproxy shortcut: _R_ + +In reverse proxy mode, mitmproxy acts as a standard HTTP server and forwards +all requests to the specified upstream server. Note that the displayed URL for +flows in this mode will use the value of the __Host__ header field from the +request, not the reverse proxy server. diff --git a/doc-src/screenshots/mitmproxy.png b/doc-src/screenshots/mitmproxy.png index 1766167e..4dad7728 100644 Binary files a/doc-src/screenshots/mitmproxy.png and b/doc-src/screenshots/mitmproxy.png differ -- cgit v1.2.3