Search code examples
azureazure-logic-appshttp-authentication

In Azure Logic Apps, How to make a HTTP Get/Post Call with NTLM Authentication?


I am trying to make a HTTP (Get/Post) call in Azure Logic Apps ? The called service is on-premise (it's in fact a webservice) and it supports NTLM Authentication.

I can reach the service via postman (enabling NTLM Authentication). Does Azure Logic Apps support it ? if not, What are the alternatives..

Thanks Prabath


Solution

  • Logic app doesn't support NTLM authentication