Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
RSS2 Feed protected by password - feedburner
Hi guys :)
(sorry for my english, i usually speak french)
I have a vanilla forum and i want to make an RSS feed in the Feedburner service but the feed isn't valid 'cause feedburner ask me an user and a password in the url. I tryed http://user:passowrd@website.address.com but Feedburner say that's an invalid Url format...
So, is it possible when my forum is protected by an obligatory subscription to have an unprotected RSS feed?
In fact, i'd like to "twitterfeed" my feed and i thought that the "feedburning" step would be judicious, so...
Thanks :)
0
Comments
Gilles, I'm the current maintainer of Feed Publisher.
Is it possible for you to install and enable it just to see if it behaves the same ?
Let me tell you I'm surprised about different things:
- you want to offer public feeds of a private forum (but this is your right)
- authenticated feeds in Firefox (seemed to me that nobody succeeded in reading authenticated feeds)
For the first, it could be done with a hack that I prefer to work on in FP instead of RSS2 , but this could be done (we'll have to deceide what to do with the whispers).
For the second, which extension do you use? Can I try it with your forum please ?
1) je ne pense pas être beaucoup devant l'ordinateur ce soir (sortie)
2) peut-on essayer de se donner un RV plus précis (disons sur 1/2 heure) ?
3) est-ce possible en journée aussi ?
4) je préfère communiquer par mail plutôt qu'utiliser les whispers ici
$Context->Configuration[ 'AUTHENTICATE_USER_FOR_FEED_PUBLISHER' ] = 1;
by
$Context->Configuration[ 'AUTHENTICATE_USER_FOR_FEED_PUBLISHER' ] = 0;
in the default.php.
I plan to implement this as an option in the next release of FP.
After the change, try to point your browser to the feed and tell me what happens.