Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  Document possibility to use user:pass for basic auth
  • Loading branch information
javiereguiluz committed Jul 19, 2024
2 parents 62dac8f + f47bfb7 commit 4ea61a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions http_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,11 @@ each request (which overrides any global authentication):
// ...
]);
.. note::

Basic Authentication can also be set by including the credentials in the URL,
such as: ``http://the-username:the-password@example.com``

.. note::

The NTLM authentication mechanism requires using the cURL transport.
Expand Down

0 comments on commit 4ea61a4

Please sign in to comment.