aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/proxyauth.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-07 10:30:40 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-07 10:30:40 +0200
commit31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb (patch)
tree873629c79b60b0ac0a7dbb458fe6ad82c2e042ef /doc-src/features/proxyauth.html
parentb4013659a81a48908eb3e060f04143ba1f9689bb (diff)
downloadmitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.tar.gz
mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.tar.bz2
mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.zip
remove old docs
Diffstat (limited to 'doc-src/features/proxyauth.html')
-rw-r--r--doc-src/features/proxyauth.html26
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>
-
-
-