You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went to: bugLog/hq/index.cfm?event=rss and I'm prompted for a username and password. I tried my BLHQ username/password, even the admin username/password, but it never succeeds.
The text was updated successfully, but these errors were encountered:
Hi Adam,
any valid user/password for buglog should work for the RSS feeds. Since it
uses http basic authentication I wonder if there could be any
browser-specific issue or something on the webserver. My typical setup is
using chrome or firefox and apache 2 and haven't had problems with the
login.
Also you might try doing some cfdumps to try to debug what's going on. The
relevant method for the RSS action is this one: https://github.com/oarevalo/BugLogHQ/blob/master/hq/handlers/general.cfc#L301-350
Hm, even with some dump+aborts I couldn't figure out why it wasn't working. I was able to see the Authorization header sent in Chrome, but BLHQ always acted as if it wasn't there. Fortunately you have the username & password url parameters as a backup option, so I'm going to try that instead.
I went to:
bugLog/hq/index.cfm?event=rss
and I'm prompted for a username and password. I tried my BLHQ username/password, even the admin username/password, but it never succeeds.The text was updated successfully, but these errors were encountered: