Channels 2.0 not using Basic Auth via Apache

You need the check the .htaccess file contains  (on your server)
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

Did you find this article helpful?