Forum Discussion
RestAPI returns 401
- 6 years ago
What do you see in the www-authenticate header of the 401 reply in postman? If you see NTLM I think this means that you have WindowsAuth configured for your server and it's basically telling you that the basic auth was rejected and it wants you to use NTLM.
Postman has beta support for NTLM auth, I was able to use this to put in my username/password and get a valid response.
What do you see in the www-authenticate header of the 401 reply in postman? If you see NTLM I think this means that you have WindowsAuth configured for your server and it's basically telling you that the basic auth was rejected and it wants you to use NTLM.
Postman has beta support for NTLM auth, I was able to use this to put in my username/password and get a valid response.
- Anonymous6 years agoNot applicable
You were completely right. Appreciate it!