RSS feed without authentication

Hello,

I don't want user authentication with RSS feed.

Anyone know the solution to do that ?

Ahmed

Can you explain the problem in more detail?

Yes,

I used Plone 5.0

When I create a RSS feed I need authentication (username & password) but some RSS client like Mozilla doesn't support authentication RSS feed.

If I'm not logged in Plone I cannot receive RSS feed. But I want to receive RSS feed without to be logged in Plone.

Just a guess: you have enabled syndication on a folder or collection that is not public. If you publish it, no authentication will be required.

The following worked fine for me:
Path_to_plone_Collection/RSS?__ac_name=PloneUser&__ac_password=PloneUserPassword

@AhmedTANOUTI You may be interested in https://pypi.python.org/pypi/aws.authrss

1 Like

This seems like a bad idea unless the site uses SSL, and even so...

Thanks Tim ! I'll be checking that and looking for an alternative
Best wishes