ASP.NET MVC: How does one add authentication to RSS Feeds?

Posted by Mark Redman on Stack Overflow See other posts from Stack Overflow or by Mark Redman
Published on 2010-05-15T09:06:21Z Indexed on 2010/05/15 9:14 UTC
Read the original article Hit count: 219

Filed under:
|
|

I have seen a few examples of how to create RSS feeds using ASP.NET MVC, either by creating an Action or through an HttpHandler.

I need to authenticate feeds and am wondering how this is to be done (and supported by RSS readers rather than just browsing to the page/xml through a browser) and how would authentications differ between an MVC Action or HttpHandler?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about rss