postman-code-generators
postman-code-generators copied to clipboard
Postman Application could not add appropriate flag to CURL command generated if NTLM authentication is used
Information
The version of Postman Application is 7.25.0
Problem
The below screen shot shows that the NTLM authentication is used for a particular REST API
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'
@asdf913 @webholik Does password also be added in the cURL command?
Related to #367