by nlangel » Sat Oct 17, 2009 7:24 pm
Hi ykhan,
I had the same problem and (eventually) figured out it's caused by saving passwords in your browser.
I suspect you using both the administration and the remote agent GUI from the same computer. I found when I logged out of the administration GUI and then opened the remote agent page, I was asked for a password, while if you're logged in, it won't do that.
As far as I can tell, it's caused by
WWW-Authenticate: Basic realm=\"VICI-PROJECTS\"
being used by both files.
I changed the one in vdremote.php (two occurences) to
WWW-Authenticate: Basic realm=\"VICI-REMOTE\"
and the problem went away.