Hi everyone, I have a question. I have a NodeRED flow that goes to a website via http request and does different things there. This website requires login data (username and password). So far I have entered the login data directly in HTTP request node (see picture)
I want to send the login data via UI Dashboard to the HTTP request and save it there until the user logs out again. For example
I worked with msg.headers but it didn't work or maybe I didn't use it properly. can someone please help me or can someone give me an example?