From: Evan B <ev...@at...> - 2005-12-21 17:59:09
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> you have to format the feedurl in this fashion: <a class="moz-txt-link-freetext" href="http://username:pas...@ww.../path/to/data/rss?auth=digest">http://username:pas...@ww.../path/to/data/rss?auth=digest</a><br> <br> The password is stored in plaintext, which is bad, but your feed reader should be behind digest authentication itself, so....<br> <br> e<br> <br> Katie Bechtold wrote: <blockquote cite="mid...@bl..." type="cite"> <pre wrap="">I'm confused... On Wed, Dec 21, 2005 at 06:58:21AM -0500, Andrew Turner wrote: </pre> <blockquote type="cite"> <pre wrap="">It appears I missed some of the FoF changes to magpierss/extlib/Snoopy.php.inc which included handling Livejournal protected entries. </pre> </blockquote> <pre wrap=""><!----> FoF handled Livejournal protected entries? I somehow missed this. Evan mentioned FoF 0.1.9 supports digest authentication. How would a user take advantage of this support to read protected LJ entries? </pre> <blockquote type="cite"> <pre wrap="">Katie, I believe you mentioned that you had modified FoF yourself to get it to work with LiveJournal? </pre> </blockquote> <pre wrap=""><!----> Yes, I did, by adding LJ cookie values to the request in magpie's _fetch_remote_file function. I didn't look into digest authentication. </pre> </blockquote> </body> </html> |