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 3858ad4 commit 28c5605Copy full SHA for 28c5605
src/helpers/WebClient.php
@@ -66,6 +66,10 @@ public function getHttpClient() {
66
],
67
'handler' => $stack,
68
'timeout' => 60, // seconds
69
+ 'curl' => [
70
+ // Try the best authentication method when credentials are given.
71
+ \CURLOPT_HTTPAUTH => \CURLAUTH_ANY,
72
+ ],
73
]);
74
75
$this->httpClient = $httpClient;
0 commit comments