mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
27 lines
666 B
HTML
27 lines
666 B
HTML
|
|
||
|
Asks the user for authentication before they are permitted to use the proxy.
|
||
|
Authentication headers are stripped from the flows, so they are not passed to
|
||
|
upstream servers. For now, only HTTP Basic authentication is supported. The
|
||
|
proxy auth options are ignored if the proxy is in transparent or reverse proxy
|
||
|
mode.
|
||
|
|
||
|
<table class="table">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<th width="20%">command-line</th>
|
||
|
<td>
|
||
|
<ul>
|
||
|
<li>--nonanonymous</li>
|
||
|
|
||
|
<li>--singleuser USER</li>
|
||
|
|
||
|
<li>--htpasswd PATH</li>
|
||
|
</ul>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
|
||
|
|