diff --git a/components/browser_kit.rst b/components/browser_kit.rst index 76c0e33d5e1..764e42e0e2b 100644 --- a/components/browser_kit.rst +++ b/components/browser_kit.rst @@ -317,6 +317,12 @@ dedicated web crawler or scraper such as `Goutte`_:: '.table-list-header-toggle a:nth-child(1)' )->text()); +.. tip:: + + You can also use HTTP client options like 'ciphers', 'auth_basic' and 'query'. + They have to be passed as the default options argument to the client, + which is used by the HTTP browser. + .. versionadded:: 4.3 The feature to make external HTTP requests was introduced in Symfony 4.3.