We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c57c73 commit cc800ddCopy full SHA for cc800dd
components/browser_kit.rst
@@ -317,6 +317,12 @@ dedicated web crawler or scraper such as `Goutte`_::
317
'.table-list-header-toggle a:nth-child(1)'
318
)->text());
319
320
+.. tip::
321
+
322
+ You can also use HTTP client options like 'ciphers', 'auth_basic' and 'query'.
323
+ They have to be passed as the default options argument to the client,
324
+ which is used by the HTTP browser.
325
326
.. versionadded:: 4.3
327
328
The feature to make external HTTP requests was introduced in Symfony 4.3.
0 commit comments