mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
26 lines
578 B
HTML
26 lines
578 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.
|
|
|
|
<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>
|
|
|
|
|
|
|