2014-01-27 01:16:23 +00:00
|
|
|
|
|
|
|
In reverse proxy mode, mitmproxy accepts standard HTTP requests and forwards
|
2014-03-13 23:02:00 +00:00
|
|
|
them to the specified upstream server. This is in contrast to
|
|
|
|
<a href="@!urlTo("upstreamproxy.html")!@">upstream proxy mode</a>, in which
|
|
|
|
mitmproxy forwards HTTP proxy requests to an upstream proxy server.
|
2014-01-27 01:16:23 +00:00
|
|
|
|
|
|
|
<table class="table">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2014-03-10 04:11:51 +00:00
|
|
|
<th width="20%">command-line</th> <td>-R http[s]://hostname[:port]</td>
|
2014-01-27 01:16:23 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>mitmproxy shortcut</th> <td><b>P</b></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|