Hi there,
I'm trying to access Sydney airport json data at:
http://www.bom.gov.au/fwo/IDN60801/IDN60801.94767.json
When I navigate there in chrome, it works fine and I get a page full of JSON data. When I access it from the node-red standard html request node (using GET method and returning parsed JSON), a I get this response:
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access "http://www.bom.gov.au/fwo/IDN60801/IDN60801.94767.json" on this server.<P>
Reference #18.15052017.1586177669.37d153b7
</BODY>
</HTML>
Any ideas?