This probably has as much to do with rails as authlogic, but I am pretty stuck. If I use curl to request a url as follows:
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://192.168.0.49:3000/login
Filter chain halted as [:require_login] rendered_or_redirected.
which is the normal login page.
Thank you for any help.