diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 02:53:01 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 02:53:01 +0200 |
commit | 457025df9a64f312685774cb743eeb52cd37bd3f (patch) | |
tree | 98de6633322059ac95ab50e4b2d3129aa6051b58 /doc-src/features/proxyauth.html | |
parent | 436a9ea8398e25709f139fde609aa74e8fb3f3f8 (diff) | |
parent | c3f73552b82923e8da224529895332c44bf8dace (diff) | |
download | mitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.tar.gz mitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.tar.bz2 mitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.zip |
Merge pull request #751 from mitmproxy/readthedocs
Move Docs to readthedocs
Diffstat (limited to 'doc-src/features/proxyauth.html')
-rw-r--r-- | doc-src/features/proxyauth.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc-src/features/proxyauth.html b/doc-src/features/proxyauth.html deleted file mode 100644 index c22d50f3..00000000 --- a/doc-src/features/proxyauth.html +++ /dev/null @@ -1,26 +0,0 @@ - -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> - - - |