Hello
I'm trying to send a http get request to my API to get json data. To access my API I need to pass a token in the http.header. The Node-red runs on a Simatic IOT2040 and my API is running local on my PC. With postman I can get the json response .
I have created a node but gets the folowing error:
This is my node:
[{"id":"fd84bd47.81a15","type":"http request","z":"af66aab4.ccac18","name":"GET from API","method":"GET","ret":"txt","url":"http://192.168.200.112:60736/api/Device","tls":"","x":715,"y":515,"wires":[["4d2ca3ad.a559cc"]]}]