I'd like to know if anyone else has seen similar problems and has a solution. I have no problem with most API's using the Node-RED HTTP Request Node. But when call APIs at https://api.weather.gov, I receive an "access denied" (403 error, I assume) response to all my GET requests.
Simplest call would be to: https://api.weather.gov/
Using CURL and my Chrome browser the response is:
{
"status": "OK"
}
However when using Node-RED HTTP Request Node the response (debug node output) is:
Access DeniedAccess Denied
You don't have permission to access "http://api.weather.gov/" on this server.
Reference #18.66c32f17.1587072906.2247fc