NTLM Authentication

Any chance to authenticate with NTLM against a HTTP WebRequest?

Hi @Eric, n8n doesn’t have native support for NTLM I am afraid.

That said, there seems to be an Nodejs module for dealing with this protocol. You could try to install the module (and allow its usage on your n8n instance by setting the NODE_FUNCTION_ALLOW_EXTERNAL environment variable), afterwards you might be able to authenticate through the Function node.