Skip to content

Commit 9f0893c

Browse files
committed
Reword
1 parent 7ffd68e commit 9f0893c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

http_client.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,9 @@ service into your autowired classes.
335335

336336
.. note::
337337

338-
Pay attention to the trailing slashes in the `base_uri` parameter and prefixed slashes in your path when making a request. The URI will be merged following the rules explained in the [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt) standard. [You can view some examples here](https://symfony.com/doc/current/reference/configuration/framework.html#base-uri)
338+
Read the :ref:`base_uri option docs <reference-http-client-base-uri>` to
339+
learn the rules applied when merging relative URIs into the base URI of the
340+
scoped client.
339341

340342
Making Requests
341343
---------------

reference/configuration/framework.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,8 @@ in the `Microsoft NTLM authentication protocol`_. The value of this option must
817817
follow the format ``username:password``. This authentication mechanism requires
818818
using the cURL-based transport.
819819

820+
.. _reference-http-client-base-uri:
821+
820822
base_uri
821823
........
822824

0 commit comments

Comments
 (0)