From f47d89ff4e710f6d2df755fe526e91a5cf236cfa Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 27 Jan 2014 14:16:23 +1300 Subject: Revert "Move the doc tree out into its own repo." This reverts commit 8f88fcedd601c0033b4469b66626a83011879baf. --- doc-src/features/reverseproxy.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc-src/features/reverseproxy.html (limited to 'doc-src/features/reverseproxy.html') diff --git a/doc-src/features/reverseproxy.html b/doc-src/features/reverseproxy.html new file mode 100644 index 00000000..d399cdc0 --- /dev/null +++ b/doc-src/features/reverseproxy.html @@ -0,0 +1,19 @@ + +In reverse proxy mode, mitmproxy accepts standard HTTP requests and forwards +them to the specified upstream server. This is in contrast to forward proxy mode, in which +mitmproxy forwards HTTP proxy requests to an 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. + + + + + + + + + + +
command-line -P http[s]://hostname[:port]
mitmproxy shortcut P
-- cgit v1.2.3