I have a discord bot application coded in Python and I noticed that rss feed on minecraft.net is throwing errors. I tried using other code and other lanaguages but I always get such error:
You don't have permission to access "http://www.minecraft.net/en-us/feeds/community-content/rss" on this server.
When I view the rss feed in browser(Chrome), it works fine, however that's pointless as rss is made to be fatched by programs and apps, which isn't the case with minecraft.net rss feed.
Linked issues
relates to 2
Comments 3
I tried to receive using https://www.mediawiki.org/wiki/Extension:RSS but the connection times out as well.
I tested this out in python requests and i got it working again after changing the User-Agent to one a browser might use.