Send Credentials in Webpage Call?

Dear all,

is it possible to hand over the credentials in the HTTP Request that opens the Node-Red Website ?

Something like: http://user:password@noderedserver.at/ ?

Because I am using 15 different docker containers with different node-red instances and I have to enter the credentials manually each time I have to login ... and that sucks :frowning: :frowning:
BR
G

Only if you are using basic authentication. And if you do that with http rather than https, it would be better if you didn't bother since that is wide open to credential sniffing attacks.

Do yourself a favour and install a web or proxy server to act as the authentication front-end and force node-red to only be accessible via that. Lots of ideas in the forum for that approach.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.