* Joey Hess <[EMAIL PROTECTED]> [2005-05-20 19:36]: > > According to #249648, r2e does simple username/password > > authentication. However, the man page doesn't mention this feature or > > how to enable it. > > Well, it's fairly standard http basic auth stuff, AIUI. So you just > encode the username and password in your feed url. If you think this is > worth documeting, I can, it seems fairly obvious..
Ah. So I just put something like http://whatever/foo.rss?user=tbm&password=bar in my feed? But from #249648 it appears I'd put http://whatever/foo.rss in the feed and then add a passwords = {("http://whatever/foo.rss", "tbm", "bar")} to config.py. I don't think it's obvious how to do it, so a little note would be helpful. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

