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 0b75bdb commit 6a83e13Copy full SHA for 6a83e13
DependencyInjection/Configuration.php
@@ -1414,6 +1414,9 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
1414
->scalarNode('auth_bearer')
1415
->info('A token enabling HTTP Bearer authorization.')
1416
->end()
1417
+ ->scalarNode('auth_ntlm')
1418
+ ->info('A "username:password" pair to use Microsoft NTLM authentication (requires the cURL extension).')
1419
+ ->end()
1420
->arrayNode('query')
1421
->info('Associative array of query string values merged with the base URI.')
1422
->useAttributeAsKey('key')
0 commit comments