mitmproxy/doc-src/features/upstreamproxy.html

17 lines
543 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-03-13 23:02:00 +00:00
<th width="20%">command-line</th> <td>-U http[s]://hostname[:port]</td>
</tr>
<tr>
2014-03-13 23:02:00 +00:00
<th>mitmproxy shortcut</th> <td><b>U</b></td>
</tr>
</tbody>
</table>