mitmproxy/doc-src/features/upstreamproxy.html

14 lines
455 B
HTML
Raw Normal View History

In this mode, mitmproxy accepts proxy requests and unconditionally forwards all
2014-03-13 23:02:00 +00:00
requests to a specified upstream proxy server. This is in contrast to <a
href="@!urlTo("reverseproxy.html")!@">reverse proxy mode</a>, in which
mitmproxy forwards ordinary HTTP requests to an upstream server.
<table class="table">
<tbody>
<tr>
2014-09-06 22:42:25 +00:00
<th width="20%">command-line</th> <td>-U http://hostname[:port]</td>
</tr>
</tbody>
</table>