Is there any tool (offline tools are appreciated) which can access https and password protected Xwiki RSS feeds?
I have tried thunderbird, chrome plugin RSS reader, thunderbird plugin RSS reader and wget.
Nothing has worked.
If I access the RSS feed request directly inside the browser bar in chrome and firefox and insert my login and my password, I get a plain (raw) version of my personal Xwiki feed. So far so good.
But I can’t check the RSS feed periodically and I don’t get any sound for new entries.
I am looking for a RSS reader for the Xwiki (with https and login credentials).
Hello,
You can use notification tools of xwiki but if you want RSS feed on https authenticate xwiki site:
with firefox (accept cookies), you can use the activity macro feeds:
/bin/view/Main/WebRss?xpage=plain&outputSyntax=plain&space=MySpace&space=AnotherOne
with thunderbird:
first import your https certficate (advanced - Certificate - View certificate - windows: admin certificates - add an exception - windows “add a security exception”- type your xwiki url - obtain certificate)
subscribe RSS fee with this url (&basicauth=1):
/bin/view/Main/WebRss?xpage=plain&outputSyntax=plain&space=MySpace&space=FAQ&space=Blog&basicauth=1
to get the RSS feed with wget (e.g. for external parsing) you can use :
wget --no-check-certificate --http-user=user --http-password=passphrase “Your knowledge organized - XWiki”