- I create a "tasks" rss feed. (available at something like [domain]/tasks/tasks/index.rss)
- This index method is Acl controlled
- If I'm logged in as a user I can view the rss feed directly.
- If I'm logged in as a user and I view the feed with a feed aggregator / reader I cannot see it.
- I cannot see it because the aggregator is not passing the Acl check (even though its at the same domain installed in the same system)
- If I turn on allowedActions = 'index', the reader works
- How might I get the aggregator to pass authentication based on the user using the feed reader? (because I want to manage permissions for viewing the feed in the same way that I manage permission to individual methods)
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment