ncarlier / feedpushr

A simple feed aggregator daemon with sugar on top.
GNU General Public License v3.0
334 stars 25 forks source link

Can't add RSS feeds from Reddit #68

Closed pztrn closed 1 year ago

pztrn commented 1 year ago

Hey, I'm on 3.3.1 in Docker.

Can't add RSS feeds from Reddit. In web interface it says "http error: 403 Forbidden", yet curl downloads feed (for example, https://www.reddit.com/r/selfhosted.rss) just fine, from the very same machine.

ncarlier commented 1 year ago

Hi! Thank you for pointing out this problem. This is a problem that occurs only with the default golang HTTP client (seems to be related to HTTP2 support). I will correct this.