I want to create a RSS-feed with basic authentication, but not sure what the best approach would be. I already have a view with the feed, but I'm not sure how I could protect this with http basic auth. Do I have to use Web API instead?
Would be grateful if anyone could point me in the right direction.
RSS-feed with Basic Authentication
Hi!
I want to create a RSS-feed with basic authentication, but not sure what the best approach would be. I already have a view with the feed, but I'm not sure how I could protect this with http basic auth. Do I have to use Web API instead? Would be grateful if anyone could point me in the right direction.
-Arild
I have not tried this, but maybe you could create a content node and use the built in authentication to protect it?
is working on a reply...