2014-01-27 01:16:23 +00:00
|
|
|
|
|
|
|
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
|
2014-01-27 01:16:23 +00:00
|
|
|
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>
|
2014-01-27 01:16:23 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2014-03-13 23:02:00 +00:00
|
|
|
<th>mitmproxy shortcut</th> <td><b>U</b></td>
|
2014-01-27 01:16:23 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|