Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Document possibility to use user:pass for basic auth
  • Loading branch information
javiereguiluz committed Jul 19, 2024
2 parents 78a7653 + 440cb1d commit f47bfb7
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:[email protected]``

.. note::

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

0 comments on commit f47bfb7

Please sign in to comment.