Trying to download some statistical data from https://c19downloads.azureedge.net/downloads/msoa_data/MSOAs_latest.json
If I use that url in a browser, I get access to the full data, but when trying using the http request
node I either get a lot of what appears to be encrypted data, or a message saying that the service is not available.
Are remote services able to block specific http requests (ie browsers only?).