This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Password-protected RSS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Password-protected RSS" Watch "Password-protected RSS" New topic
Author

Password-protected RSS

Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

Is it possible to require authentication for RSS or Atom resources? And if so is that covered in your book, David?
David M. Johnson
author
Greenhorn

Joined: Aug 31, 2006
Posts: 10
Since feeds are just web resources, it is possible to use HTTP authentication methods to protect them (basic, digest, etc.). The problem is, very few feed readers can handle password protected feeds -- that's one of the reasons I did cover password protected feeds in the book.

Niall Kennedy recently wrote a nice summary of the ways some popular sites protect "private" feeds. As you can see from his summary, this is an area that needs some work:
http://www.niallkennedy.com/blog/archives/2006/09/authenticated-private-feeds.html

- Dave
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

Thank you, David. So it looks to me like customized feeds to provide private information to our customers would be a little premature just now.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Password-protected RSS
 
Similar Threads
Firefox Extensions - What do you use?
biggest sleep inducer ......
Send popup from Java
coderanch rss feeds
RSS Feed for SCJP forum