httpie-ntlm
httpie-ntlm copied to clipboard
Can't see the ntlm option under auth-type
After running pip install httpie-ntlm and running http --help i got the following:
Authentication: --auth USER[:PASS], -a USER[:PASS] If only the username is provided (-a username), HTTPie will prompt for the password.
--auth-type {basic,digest} The authentication mechanism to be used. Defaults to "basic".
"basic": Basic HTTP auth
"digest": Digest HTTP auth
Seems like i'm not able to see the ntlm option here.
Any thoughts?
I seem to be having the same issue as the above user.
@Frituurpanda @OolonColoophid how did you install httpie?
Depends on your os. In my case i'm on OS X. In that case follow this link: https://gist.github.com/BlakeGardner/5586954. Good luck!
I'm running into this same problem. How do I fix this?