From ffe0c155516d1f9fb79a7dc00605fe552bd87396 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 19 Jul 2024 12:28:45 +0200 Subject: [PATCH] Minor tweak --- http_client.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http_client.rst b/http_client.rst index 709612b9101..067021637a0 100644 --- a/http_client.rst +++ b/http_client.rst @@ -489,8 +489,8 @@ each request (which overrides any global authentication): .. note:: - Basic Authentication can be set by authority in the URL, like - http://user:pass@example.com/. + Basic Authentication can also be set by including the credentials in the URL, + such as: ``http://the-username:the-password@example.com`` .. note::