I am using articulate in a Web site (Intranet) that is protected from public (Umbraco authentication with login). Altough the Blog page is protected, the RSS Feed (addin /RSS to the URL) is available for anyone. That could cause problems because there may be sensitive data posted to the intranet blog.
Is there a way to avoid or work around this?`
Any suggestions?
You could use IIS rewrites for those paths to not route and return any status code you like, but i suppose if you still wanted the RSS feeds available on your intranet that might not be sufficient.
You could disable RSS entirely either with rewrites (or can't remember if that's a setting in articulate or not) and then create your own RSS endpoints that check for auth.
RSS protection / authentication
Hi,
I am using articulate in a Web site (Intranet) that is protected from public (Umbraco authentication with login). Altough the Blog page is protected, the RSS Feed (addin /RSS to the URL) is available for anyone. That could cause problems because there may be sensitive data posted to the intranet blog.
Is there a way to avoid or work around this?` Any suggestions?
Best Regards Andreas
You could use IIS rewrites for those paths to not route and return any status code you like, but i suppose if you still wanted the RSS feeds available on your intranet that might not be sufficient.
You could disable RSS entirely either with rewrites (or can't remember if that's a setting in articulate or not) and then create your own RSS endpoints that check for auth.
is working on a reply...