From: Reini U. <ru...@x-...> - 2005-04-26 20:05:19
|
Torsten Bronger schrieb: > I set user authentication to very strict values for our wiki. > Unfortunately, this means that my newsreader is unable to get the > RSS feed from RecentChanges. Is it possible to authenticate via the > URL with some sort of parameters? Or is it possible to exclude the > RSS from the authentication scheme? I need more information, which kind of security and auth you use. For HttpAuth it's easy to use with certain headers. RecentChanges should be viewable, otherwise you will get no rss feed. If you dont want to open that, setup another (action-)page which uses the RecentChanges plugin and point the rss feed to this page. I assume you use ALLOW_ANON_USER = false. Since you don't allow anonymous views why should anonymous rss work then? -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ |