I have an XML reader node set up to read a file available from a public URL. It has been working for several weeks without issue, but today I started to get an error saying that the URL does not exist:
There does not appear to be any change to the website. I can access it without issue from my browser, and the report is exactly the same as it always is:
Is there a way to fix this so it can read the data at this URL again? I can’t tell what’s causing the issue since the site clearly exists; the only thing I can think of is that maybe they’ve blocked remote requests to the page, lol.