We're looking to implement some private RSS feeds that would need user
authetification. It looks like NewzCrawler and NewsGator support
username/password authentification (username/password are in the
settings for each feed).
However, I don't see anything like this is NetNewsWire. Can anyone
enlighten me on the support for authentification in RSS readers?
We're looking to implement some private RSS feeds that would need user authetification. It looks like NewzCrawler and NewsGator support username/password...
I'm ignorant here, and would appreciate some pointers - what is there so far in the way of (deployed) authentication specs/standards for RSS? Cheers, Danny....
... Is everyone using a native library for SSL? The only reason I haven't included HTTPS support within NewsMonster is that I have to include jsse.jar which...
... Let me just add NewsMonster HTTPS - No (due to potential legal issues with SSL but may soon) HTTP Authentication - Yes (through URL) Kevin -- Help Support...
PS. I put the list on my blog [1], and seconds later James Robertson let me know that BottomFeeder [2] supports both https and http authorization (thanks...
... If anyone wants to combine this list with my list of readers that support conditional GETs [1] then we could be on the way to building a list of reader...
... Sounds like the basis of a new wiki - "What is the expected behavior of an aggregator?" As a publisher I'm all for it, but I wouldn't want it turn into an...
... Be glad to. This is information that I personally find useful, so it's the least I could do. I'll put it onto one of my own domains for now. If there's ...
I'd be curious to know what kind of authentication should be supported, since I am the primary author of an aggregator - BottomFeeder. Do you use Http...
I've posted the results of my testing of SSL and HTTP auth support of aggregators on our development weblog. I've also posted four versions of a feed for the...
Actually, clear-text passwords are only sent with HTTP _Basic_ authentication. Other mechanisms, such as HTTP Digest, don't use clear-text, and are also...