Add basic HTTP auth info to the XML-RPC docs
diff --git a/user_guide_src/source/libraries/xmlrpc.rst b/user_guide_src/source/libraries/xmlrpc.rst
index c89c69c..91d832f 100644
--- a/user_guide_src/source/libraries/xmlrpc.rst
+++ b/user_guide_src/source/libraries/xmlrpc.rst
@@ -476,6 +476,10 @@
$this->xmlrpc->server('http://www.sometimes.com/pings.php', 80);
+ Basic HTTP authentication is also supported, simply add it to the server URL::
+
+ $this->xmlrpc->server('http://user:pass@localhost/', 80);
+
.. method:: timeout($seconds = 5)
:param int $seconds: timeout in seconds