oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

How do you access the RSS feed? #15

Open atuttle opened 11 years ago

atuttle commented 11 years ago

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.

oarevalo commented 11 years ago

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

Oscar

atuttle commented 11 years ago

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.