Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pass NTLM with Postman

Tags:

postman

People also ask

How do I add NTLM authentication to my Postman?

In the Authorization tab for a request, select NTLM Authentication from the Type dropdown list. Enter your Username and Password for NTLM access (use variables to avoid entering the values directly). You can optionally specify advanced parameters, but Postman will attempt to autocomplete these if necessary.

Does Postman support NTLM?

The current app version of Postman (both the Chrome app and native app versions) does not support NTLM authentication.


I got this working by running Fiddler first.

  1. Run Fiddler (I'm using 4.6.2.3)
  2. Fiddler Menu: Rule -> Automatically Authenticate = true
  3. Postman: Check that Authorization type = No Auth
  4. Browse api.

you can use the the NTLM authorization exist in the Authorization tab same as this photo

enter image description here


I don't think there is a way to do that. But, you are not alone in wanting it...

https://github.com/postmanlabs/postman-app-support/issues/1137

[EDIT] As of the addition of this edit, Postman has NTLM Authentication in beta in their most recent release.

https://www.getpostman.com/docs/v6/postman/sending_api_requests/authorization


I suggest using insomnia. It's free and you can see the documentation on how to add NTLM Auth here: https://insomnia.rest/documentation/authentication/