aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/proxyauth.html
blob: 0618ee68170a020314c496d7fb32b0a457890e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>