i need to connect to navision instance over the internet, which requires database authentication. does anyone know how submit user credentials using postman( as an example.)
If the NAV Server Instance is using "NavUserPassword" authentication, then you can use "Basic Auth" and use your "Web Service Access Key" (generated and found on the User Card) as password. Doesn't work with Windows or UserName NAV Server Instance authentication types.
If the NAV Server Instance is using "NavUserPassword" authentication, then you can use "Basic Auth" and use your "Web Service Access Key" (generated and found on the User Card) as password. Doesn't work with Windows or UserName NAV Server Instance authentication types.
Answers