I am trying to use the HTTP Request node in N8N to authenticate with a server that requires NTLM authentication. However, I couldn’t find an option to configure NTLM authentication within the node settings.
Is NTLM authentication currently supported in the HTTP Request node?
If not, is there a recommended workaround for implementing NTLM authentication in N8N workflows (e.g., custom scripts, integrations, or external libraries)?
Thanks for posting here and welcome to the community!
Unfortunately, NTLM authentication is not natively supported in the HTTP Request node. However, you could try installing the node module for it and use it within the code node