ethanpil / dyndns-cpanel

Dynamic DNS update script for CPanel accounts with DYNDNS.com API
36 stars 15 forks source link

HTTP Auth Broken #6

Open Xipherisroot opened 6 years ago

Xipherisroot commented 6 years ago

I haven't been able to figure out why, but if I try to use the built in http auth method it just won't accept any logins, no matter what I try...

If I use...

$php_auth_user = 'imauser';
$php_auth_pw = 'imapassword';

then visit the page to test, I get prompted for an http username and password, and if I enter imauser and imapassword I get prompted again and again.

If I comment this section out and just have Apache handle the auth its self, everything works just perfect! :)

Not sure why this is?