Behaviour change: cURL tolerates only username. It prompts in CLI for a password. When only the username is present, we can generate the auth object with an empty password.
Verified locally in Postman App by importing various combinations ✅
@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.
digest
andNTLM
auth typescURL
tolerates only username. It prompts in CLI for a password. When only the username is present, we can generate the auth object with an empty password.Verified locally in Postman App by importing various combinations ✅
This fixes https://github.com/postmanlabs/postman-app-support/issues/8087.