postman-code-generators icon indicating copy to clipboard operation
postman-code-generators copied to clipboard

Postman Application could not add appropriate flag to CURL command generated if NTLM authentication is used

Open asdf913 opened this issue 4 years ago • 2 comments

Information

The version of Postman Application is 7.25.0 image

Problem

The below screen shot shows that the NTLM authentication is used for a particular REST API image There is a code button which could generate various type of source code which invoke that selected REST API. However, the generated CURL command does not have --ntlm or --user flag.

curl --location --request GET 'http://*************/reports/api/v2.0/Reports' image

asdf913 avatar May 25 '20 05:05 asdf913

@asdf913 @webholik Does password also be added in the cURL command?

karmanya007 avatar Oct 24 '20 14:10 karmanya007

Related to #367

akshaydeo avatar Feb 15 '23 12:02 akshaydeo