Skip to content

Commit 4ea61a4

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Document possibility to use user:pass for basic auth
2 parents 62dac8f + f47bfb7 commit 4ea61a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

http_client.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,11 @@ each request (which overrides any global authentication):
491491
// ...
492492
]);
493493
494+
.. note::
495+
496+
Basic Authentication can also be set by including the credentials in the URL,
497+
such as: ``http://the-username:[email protected]``
498+
494499
.. note::
495500

496501
The NTLM authentication mechanism requires using the cURL transport.

0 commit comments

Comments
 (0)