diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-02-21 12:32:56 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-02-21 12:32:56 +1300 |
commit | 1af26bb915789d51264a3410e016dfea90fe60b9 (patch) | |
tree | ac0473e26f3d731bf5dd9ecbbc97d63e15ddfb7d /doc-src | |
parent | 70dff87240bb101ffb886faa6a1f40f87258332f (diff) | |
download | mitmproxy-1af26bb915789d51264a3410e016dfea90fe60b9.tar.gz mitmproxy-1af26bb915789d51264a3410e016dfea90fe60b9.tar.bz2 mitmproxy-1af26bb915789d51264a3410e016dfea90fe60b9.zip |
Minor docs and example script fixes.
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/reverseproxy.html | 8 | ||||
-rw-r--r-- | doc-src/screenshots/mitmproxy.png | bin | 175466 -> 71881 bytes |
2 files changed, 8 insertions, 0 deletions
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 Binary files differindex 1766167e..4dad7728 100644 --- a/doc-src/screenshots/mitmproxy.png +++ b/doc-src/screenshots/mitmproxy.png |