Christopher Forsythe wrote: > I've got a trac install where everything is hidden, there's no > anonymous, and only authenticated users may see the timeline. I'd > like to add the timeline rss feed to a client I have, any tips/tricks > for getting that to work? This install is using account manager for > authentication.
RSS readers won't be able to authenticate if you're using the AccountManager's login form. You'll need to set up your web server for HTTP authentication. It may be possible to set this up for your server to only require HTTP auth on URLs containing "format=rss", but that would depend on the server you use. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
