Skip to content

Commit 440cb1d

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Document possibility to use user:pass for basic auth
2 parents b32e97d + 292896f commit 440cb1d

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:the-password@example.com``
490+
486491
.. note::
487492

488493
The NTLM authentication mechanism requires using the cURL transport.

0 commit comments

Comments
 (0)