mojira.dev
WEB-4886

RSS feed can't be fetched by application

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

Comments 3

I tested this out in python requests and i got it working again after changing the User-Agent to one a browser might use.

I tried to receive using https://www.mediawiki.org/wiki/Extension:RSS but the connection times out as well.

There appears to be a work around of providing the User-Agent.

PavelDobCZ23

web

minecraft.net

Retrieved