I'm (still) quite new with Node-RED (but already very enthusiastic ;-).
I have to send very different http requests to an web API:
All http request will have the same request header, namely the actual access token
but
Some request need a GET method, with a specific URL / Endpoint)
Some request need a POST method, with a specific URL / endoint AND a specific request body
Does each single request need it's own http-request node, or can I (somehow) inject different headers, methods and URLs into only one, single http-request node?
Thank you very much.
I have read the node help, but I didn't understand, that all mentioned inputs can be used with the msg. - object. I'm still a rookie. :-/