mitmproxy/docs/features/upstreamproxy.rst

13 lines
454 B
ReStructuredText
Raw Normal View History

2015-09-06 01:20:58 +00:00
.. _upstreamproxy:
Upstream proxy mode
===================
In this mode, mitmproxy accepts proxy requests and unconditionally forwards all
requests to a specified upstream proxy server. This is in contrast to :ref:`reverseproxy`,
in which mitmproxy forwards ordinary HTTP requests to an upstream server.
================== =============================
command-line ``-U http://hostname[:port]``
================== =============================