aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/reverseproxy.html
diff options
context:
space:
mode:
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.