We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
I seem to be having the same issue as the above user.
Sorry, something went wrong.
@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?
No branches or pull requests
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".
Seems like i'm not able to see the ntlm option here.
Any thoughts?
The text was updated successfully, but these errors were encountered: