diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-11-02 10:47:14 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-11-02 10:47:14 +0100 |
commit | 51a3378290e672bc072444b57198974235b52030 (patch) | |
tree | 7f1105f2d5e356f11aa24897a354c08025b7e8cb /docs | |
parent | 07b60acb7f910e70470687f353f13fa4452fd7fe (diff) | |
download | mitmproxy-51a3378290e672bc072444b57198974235b52030.tar.gz mitmproxy-51a3378290e672bc072444b57198974235b52030.tar.bz2 mitmproxy-51a3378290e672bc072444b57198974235b52030.zip |
improve reverse proxy docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features/reverseproxy.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/reverseproxy.rst b/docs/features/reverseproxy.rst index 77e9327c..87065e73 100644 --- a/docs/features/reverseproxy.rst +++ b/docs/features/reverseproxy.rst @@ -3,15 +3,15 @@ Reverse Proxy ============= -In reverse proxy mode, mitmproxy accepts standard HTTP requests and forwards +In reverse proxy mode, mitmproxy accepts standard HTTP(S) requests and forwards them to the specified upstream server. This is in contrast to :ref:`upstreamproxy`, in which -mitmproxy forwards HTTP proxy requests to an upstream proxy server. +mitmproxy forwards HTTP(S) proxy requests to an upstream proxy server. ================== ===================================== command-line :option:`-R http[s]://hostname[:port]` ================== ===================================== -Here, **scheme** signifies if the proxy should use TLS to connect to the server. +Here, **http[s]** signifies if the proxy should use TLS to connect to the server. mitmproxy always accepts both encrypted and unencrypted requests and transforms them to what the server expects. |