NTLM Authorization Encryption method

Hi Team,

I try to get data from Microsoft NAV. It’s working fine. I use the NTLM Authorization method for this to get data, in that I use a username and password.

Let me know which encryption method you’re using also please let me know if you’re using additional parameters.

Hey @vichuvigneshkumar,
There are no additional parameters except the ones shown in the Postman App ( username , password, domain and workstation ). The encryption we’re using is the same as that required for NTLM v1 authentication, which is outlined in this document: The NTLM Authentication Protocol and Security Support Provider. And it is base64. The same can be checked here -The NTLM Authentication Protocol and Security Support Provider. Hope this helps :slight_smile: