QuiteRSS / quiterss

Free news feeds reader
https://quiterss.org
Other
1.01k stars 124 forks source link

Trac RSS with Basic Auth #1037

Open Massimo-B opened 6 years ago

Massimo-B commented 6 years ago

Hi, I try to add a RSS feed from a Trac server that is authenticating via Basic Auth. However entering the username and password still fails loading the feed.

b-dean commented 6 years ago

I had the same problem with a Jenkins RSS feed that required auth

running curl worked though, so I think http basic is fine for the url, just didn't work for QuiteRSS

curl --user foo:pass https://build.example.com/job/something/rssAll