Skip to content

Commit 292896f

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Document possibility to use user:pass for basic auth
2 parents 7a889ab + ffe0c15 commit 292896f

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
@@ -483,6 +483,11 @@ each request (which overrides any global authentication):
483483
// ...
484484
]);
485485
486+
.. note::
487+
488+
Basic Authentication can also be set by including the credentials in the URL,
489+
such as: ``http://the-username:[email protected]``
490+
486491
.. note::
487492

488493
The NTLM authentication mechanism requires using the cURL transport.

0 commit comments

Comments
 (0)