It's great that you're exploring and learning as you go along! Let me guide you through a few more steps that might help you get past the restrictions.
the underlying RSS server forbids incoming requests
), it’s worth trying again with some slight modifications:Try these steps:
https://www.mi5.gov.uk/UKThreatLevel/UKThreatLevel.xml
User-Agent: PowerApps/1.0
ClearCollect(RSSData, JSON(HTTPRequest("GET", "https://www.mi5.gov.uk/UKThreatLevel/UKThreatLevel.xml")));
Error.(RSS.FeedListItems failed: {"status" 403, "message": "the underlying rss server forbids incoming requests"}
, typically indicates that the server hosting the RSS feed is blocking incoming requests from PowerApps or other automated services.https://www.mi5.gov.uk/UKThreatLevel/UKThreatLevel.xml
) is accessible directly in a browser without any authentication.