Is NTLM authentication supported in the HTTP Request node in N8N?

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)?
1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @MohanaLakshmi

Thanks for posting here and welcome to the community! :partying_face:

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

For reference:

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