- Issue created by @Nels
- πΊπΈUnited States Nels
Previous patch had previous patches, too.
new patch file - Status changed to Needs work
over 1 year ago 6:21am 26 April 2023 - ππΊHungary szato
I think you missed the
if ($basic_auth) { curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); curl_setopt($ch, CURLOPT_USERPWD, "$username:$password"); }
part.
- Status changed to Needs review
over 1 year ago 8:48pm 2 May 2023 - πΊπΈUnited States Nels
And one more to misspell things correctly. ;)
- Status changed to Needs work
over 1 year ago 8:55pm 13 May 2023 - ππΊHungary szato
It doesn't work for me (Drupal core 9.5.9). I think, it should be:
$authorization_options = [ 'auth' => [ $username, $password, ], ];
based on https://docs.guzzlephp.org/en/latest/request-options.html#auth
- Status changed to Fixed
over 1 year ago 8:11pm 14 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.