aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/docs/features/proxyauth.rst
blob: bfd32fbd596899152f6fc7c2b43b16f77acd18a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _proxyauth:

Proxy Authentication
====================


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 not compatible with the transparent, socks or reverse proxy
mode.

================== =============================
command-line       :option:`--nonanonymous`,
                   :option:`--singleuser USER`,
                   :option:`--htpasswd PATH`
================== =============================