httpie-ntlm icon indicating copy to clipboard operation
httpie-ntlm copied to clipboard

Can't see the ntlm option under auth-type

Open Frituurpanda opened this issue 8 years ago • 4 comments

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?

Frituurpanda avatar May 15 '16 14:05 Frituurpanda

I seem to be having the same issue as the above user.

OolonColoophid avatar Jun 11 '16 13:06 OolonColoophid

@Frituurpanda @OolonColoophid how did you install httpie?

jkbrzt avatar Nov 06 '16 13:11 jkbrzt

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!

Frituurpanda avatar Nov 06 '16 13:11 Frituurpanda

I'm running into this same problem. How do I fix this?

jarvisuser90 avatar Jun 09 '20 17:06 jarvisuser90