diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2002-10-22 18:26:28 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2002-10-22 18:26:28 (GMT) |
commit | 019bd4a6c1d81e7556b728dd0d2dd68dbddacb67 (patch) | |
tree | a8588738f45ddf01140bcbb0a0a45c2b618a65b5 | |
parent | 1303c7cb166ed404945ac79a3a20c06b702c6224 (diff) | |
download | cpython-019bd4a6c1d81e7556b728dd0d2dd68dbddacb67.zip cpython-019bd4a6c1d81e7556b728dd0d2dd68dbddacb67.tar.gz cpython-019bd4a6c1d81e7556b728dd0d2dd68dbddacb67.tar.bz2 |
terminology
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 5d80c0d..b7bccdb 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -29,7 +29,7 @@ optional third argument is an encoding, by default UTF-8. The optional fourth argument is a debugging flag. Both the HTTP and HTTPS transports support the URL syntax extension for -HTTP Basic Authorization: \code{http://user:pass@host:port/path}. The +HTTP Basic Authentication: \code{http://user:pass@host:port/path}. The \code{user:pass} portion will be base64-encoded as an HTTP `Authorization' header, and sent to the remote server as part of the connection process when invoking an XML-RPC method. You only need to use this if the |