mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
83f8522981
inserting " .. option::" tags create ugly markup, so we just ditch this entirely and continue using refs.
18 lines
585 B
ReStructuredText
18 lines
585 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 ``--nonanonymous``,
|
|
``--singleuser USER``,
|
|
``--htpasswd PATH``
|
|
================== ======================
|