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

Viewed 561

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

2 Answers

Logic app doesn't support NTLM authentication

Related