aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/reverseproxy.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-02-21 12:32:56 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-02-21 12:32:56 +1300
commit1af26bb915789d51264a3410e016dfea90fe60b9 (patch)
treeac0473e26f3d731bf5dd9ecbbc97d63e15ddfb7d /doc-src/reverseproxy.html
parent70dff87240bb101ffb886faa6a1f40f87258332f (diff)
downloadmitmproxy-1af26bb915789d51264a3410e016dfea90fe60b9.tar.gz
mitmproxy-1af26bb915789d51264a3410e016dfea90fe60b9.tar.bz2
mitmproxy-1af26bb915789d51264a3410e016dfea90fe60b9.zip
Minor docs and example script fixes.
Diffstat (limited to 'doc-src/reverseproxy.html')
-rw-r--r--doc-src/reverseproxy.html8
1 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.