Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you access the RSS feed? #15

Open
atuttle opened this issue Nov 11, 2012 · 2 comments
Open

How do you access the RSS feed? #15

atuttle opened this issue Nov 11, 2012 · 2 comments

Comments

@atuttle
Copy link
Contributor

atuttle commented Nov 11, 2012

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
Copy link
Owner

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
Copy link
Contributor Author

atuttle commented Nov 12, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants