I'm using Node-RED 3.0.2 + nodejs v 18.13
[
{
"id": "e59bf086a23fb8ba",
"type": "tab",
"label": "Flow 3",
"disabled": false,
"info": "",
"env": []
},
{
"id": "36583859466cde25",
"type": "inject",
"z": "e59bf086a23fb8ba",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 900,
"y": 180,
"wires": [
[
"0d8ecbe30e4d1be0"
]
]
},
{
"id": "0d8ecbe30e4d1be0",
"type": "http request",
"z": "e59bf086a23fb8ba",
"name": "Request google",
"method": "GET",
"ret": "txt",
"paytoqs": "ignore",
"url": "http://www.google.com",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 1080,
"y": 180,
"wires": [
[
"a2c1381f9557063f"
]
]
},
{
"id": "a2c1381f9557063f",
"type": "debug",
"z": "e59bf086a23fb8ba",
"name": "debug 1",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 1260,
"y": 180,
"wires": []
},
{
"id": "4b9586e4500d7869",
"type": "inject",
"z": "e59bf086a23fb8ba",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 900,
"y": 220,
"wires": [
[
"0d6da1e45fc2ed16"
]
]
},
{
"id": "0d6da1e45fc2ed16",
"type": "http request",
"z": "e59bf086a23fb8ba",
"name": "Local request",
"method": "GET",
"ret": "txt",
"paytoqs": "ignore",
"url": "vmprdpnlvzvcp01:8177/dataelements",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 1080,
"y": 220,
"wires": [
[
"69927ecbcd754145"
]
]
},
{
"id": "69927ecbcd754145",
"type": "debug",
"z": "e59bf086a23fb8ba",
"name": "debug 2",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 1260,
"y": 220,
"wires": []
},
{
"id": "d5b47bf1c3e90660",
"type": "catch",
"z": "e59bf086a23fb8ba",
"name": "",
"scope": null,
"uncaught": false,
"x": 940,
"y": 360,
"wires": [
[
"7953781a1fe651d6"
]
]
},
{
"id": "7953781a1fe651d6",
"type": "debug",
"z": "e59bf086a23fb8ba",
"name": "debug 11",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 1200,
"y": 360,
"wires": []
}
]