mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
18 lines
617 B
ReStructuredText
18 lines
617 B
ReStructuredText
.. _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`
|
|
================== =============================
|