postmanlabs / curl-to-postman

Converts curl requests to Postman Collection v2 request objects
Apache License 2.0
65 stars 31 forks source link

Add support to convert digest and NTLM auth types #54

Closed dhwaneetbhatt closed 1 year ago

dhwaneetbhatt commented 1 year ago

Verified locally in Postman App by importing various combinations ✅

This fixes https://github.com/postmanlabs/postman-app-support/issues/8087.

dhwaneetbhatt commented 1 year ago

@VShingala thanks for the review. I had the curl man page open and read it there that if the password is not in the string then it is prompted on the CLI. So I thought we could handle that case better.