From 609d93af6f76714534efdbaeff85b4c1c47f08bd Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 23 Jul 2025 12:06:50 +0200 Subject: [PATCH] [Testing] Update a section heading to improve search results --- testing.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testing.rst b/testing.rst index b88a55832a5..189440f5195 100644 --- a/testing.rst +++ b/testing.rst @@ -745,8 +745,10 @@ a shortcut to make AJAX requests:: // the required HTTP_X_REQUESTED_WITH header is added automatically $client->xmlHttpRequest('POST', '/submit', ['name' => 'Fabien']); -Sending Custom Headers -...................... +.. _sending-custom-headers: + +Sending Custom HTTP Headers +........................... If your application behaves according to some HTTP headers, pass them as the second argument of ``createClient()``::