minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

non-anonymous-rss not accessible #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use e private rss feed (protected with username/password --> use a forums)

What is the expected output? What do you see instead?
nothing, i got an error. rss not valid

What version of the product are you using? On what operating system?
OS X 10.4.9 and XP SP2

Original issue reported on code.google.com by m.dub...@gmail.com on 18 Apr 2007 at 8:45

GoogleCodeExporter commented 9 years ago
I did not try with the new version, yet. But with the old release it was 
possible to
add a password protected feed with syntax like this
http://user:password@example.com/rssurl

Maybe that solves your problem.

Regards

Jan

Original comment by jan.deic...@gmail.com on 11 May 2007 at 11:49

GoogleCodeExporter commented 9 years ago
This works actually, if your server has cURL available.  I also just checked in 
a fix
to enable https feeds with bogus SSL certificates.  You do have to add the 
username
and password when subscribing to the feed as jan.deichsel says above.

SimplePie will fall back to a fsockopen() based implementation if cURL is not
available, I am not sure how well that deals with authentication and/or https.  
If
you determine that that is not working, please resubmit this bug.

Original comment by stevemin...@gmail.com on 5 Jun 2007 at 3:45