The pebkac.fr feed (www.pebkac.fr/feed/rss/) return 403 since month now, so i’ve ask to the admin for helps.
He ask the ip of the fetching server in order to whitelist it on the firewall.
Thanks for the answer.
Thanks for newsblur, it’s just awesome.
Matthieu
1 Like
There’s about 60 task servers fetching feeds, so I can’t give a whitelist. Most of the time they are banning NewsBlur’s user agent. It looks like this:
USER_AGENT = ('NewsBlur Feed Fetcher - %s subscriber%s - %s ’
'(Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) ’
'AppleWebKit/534.48.3 (KHTML, like Gecko) Version/5.1 ’
‘Safari/534.48.3)’ % (
self.feed.num_subscribers,
‘s’ if self.feed.num_subscribers != 1 else ‘’,
self.feed.permalink,
))