I didn't get the HTTP request node to make a simple get request with no authentication or anything special.
The following flow makes a get call to "http://captive.apple.com/", a simple HTTP test site from Apple.
I tried it for several hours now with different headers and settings.
I also used the same headers as postman (no problem within postman) does, but no success.
Hope someone has an idea.
Here is the example flow:
[
{
"id": "80668f010bfcf02e",
"type": "tab",
"label": "test",
"disabled": false,
"info": "",
"env": []
},
{
"id": "e5dbbed115bbe75d",
"type": "inject",
"z": "80668f010bfcf02e",
"name": "",
"props": [],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 290,
"y": 380,
"wires": [
[
"afecbbee2ece7590"
]
]
},
{
"id": "3cf81ad95bfda998",
"type": "debug",
"z": "80668f010bfcf02e",
"name": "HTTP Only Site",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 720,
"y": 380,
"wires": []
},
{
"id": "afecbbee2ece7590",
"type": "http request",
"z": "80668f010bfcf02e",
"name": "HTTP Only Site",
"method": "GET",
"ret": "txt",
"paytoqs": "ignore",
"url": "http://captive.apple.com/",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 500,
"y": 380,
"wires": [
[
"3cf81ad95bfda998"
]
]
}
]