Accessing Dynamics NAV OData with Postman
1/13/20 - This apparently only applies to NAV. See note at the end for connecting to Business Central It took me a little while to nail down authenticating to a Dynamics NAV OData web service with Postman. Fiddler does it quite easily but I suspect it is a little more intelligent while Postman requires the correct settings for everything. First, in NAV you need to have NTLM authentication enabled. I have found this is required any time you want to use the web services with anything other than .NET (and even then...). Now, with NTLM enabled, you might think the authentication is NTLM but you'd be wrong. It's Digest. There are two flavors of Digest: MD5 and MD5-sess. By default, Postman will come up with MD5. I discovered it was supposed to be MD5-sess by using Chrome's developer console. With this console open, make the GET request and you can see all of the data being exchanged. Within the Authorization header, toward the end, you will see an algorithm setting