I would like to generate RSS feeds from posts in Joomla 2.5 that are only available for logged in users. These feeds need to be accessed by RSS readers mainly on mobile devices.
How can I password protect them to make them accessible to the users RSS readers using the same login and password that they also use to access the news on the website?
Ideally the RSS feeds should be accessible via http authentication (i.e. http://user:[email protected]/?feed=1...)
Is this possible?