summaryrefslogtreecommitdiff
path: root/libhttplib2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'libhttplib2.tex')
-rw-r--r--libhttplib2.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/libhttplib2.tex b/libhttplib2.tex
index ee04dd6..100de7a 100644
--- a/libhttplib2.tex
+++ b/libhttplib2.tex
@@ -263,6 +263,14 @@ Another way of saying that is for 'follow_all_redirects' to have any affect, 'fo
must be True.
\end{memberdesc}
+\begin{memberdesc}[Http]{forward_authorization_headers}
+If \code{False}, which is the default, then Authorization: headers are
+stripped from redirects. If \code{True} then Authorization: headers are left
+in place when following redirects. This parameter only applies if following
+redirects is turned on. Note that turning this on could cause your credentials
+to leak, so carefully consider the consequences.
+\end{memberdesc}
+
\begin{memberdesc}[Http]{follow_all_redirects}
If \code{False}, which is the default, only safe redirects are followed, where
safe means that the client is only doing a \code{GET} or \code{HEAD} on the