Forums
(@whittandy)
5 years, 2 months ago
The source is missing the if statement to add the required data to the header.
if ( isset($basic_auth) && $basic_auth !== '' ) { $args['headers']['Authorization'] = 'Basic ' . base64_encode( $basic_auth ); }
Around line ~560.