401 error when action domain "DRD: remotely install/uninstall" used with authenication
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2779363. -->
Reported by: [dahousecat](https://www.drupal.org/user/1410992)
>>>
<p>I have several domains that need authentication (htaccess password) when logging in.<br>
I'm able to add the cores and domains and pass the cipher, key and IV to the remote host, but I can't actually fetch any information.</p>
<p>Whenever I perform the action "DRD: remotely install/uninstall" against a domain that uses authentication I get a 401 access denied error.</p>
<p>Looking at the code it look like the function drd_install_drd_server calls drupal_http_request on line 1366 but no options are passed so it's not granted access.</p>
issue