aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/proxyauth.html
blob: c22d50f3904466cdf508091cda37520d322d46aa (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
26
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>