Can I make a GET request with a JSON payload in the body?
For example if I use an inject node with this:
{
"address": "12345:2",
"object_type": "analogInput",
"object_instance": "2"
}
And feed this into the block of an HTTP request node:
Looks like this:
The rest API fails returns some Python language:
info: "'NoneType' object is not subscriptable"
status: "fail"
Any ideas to try? I can seem to make this work with insomnia, send a JSON payload in a GET and get a response like this screen shot below I am trying to recreate in node red.






