This is probably due to rails as authlogic, but I'm pretty stuck. If I use curl to request url like this:
curl http://neevor:l3ftcas3@localhost:3000/users/alerts/1.xml
I get the desired result. However, if I try to do the same using a browser, I get:
Redirected to http:
Filter chain halted as [:require_login] rendered_or_redirected.
which is a regular login page.
Thanks for any help.
user102424
source
share