Skip to content
New issue

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

NTLM authentication for Windows #76

Closed
revgum opened this issue Jul 24, 2012 · 8 comments
Closed

NTLM authentication for Windows #76

revgum opened this issue Jul 24, 2012 · 8 comments
Labels
enhancement New feature or enhancement planned Solution is being worked on windows Windows specific issue

Comments

@revgum
Copy link

revgum commented Jul 24, 2012

It would be nice to have --auth NTLM work.

@jkbrzt
Copy link
Member

jkbrzt commented Jul 24, 2012

@revgum Thanks for the suggestion. I'm working on a plugin system for HTTPie that will among other things allow for installing additional auth mechanisms that don't make much sense to be included by default (eg., oAuth). Once that is in place it should be possible to add an NTLM support as well.

@jkbrzt
Copy link
Member

jkbrzt commented Dec 1, 2012

@wwb
Copy link

wwb commented Dec 1, 2012

I'm not sure if this is in the art of the possible, but it would be nice if there were an option to pick up the NTLM token from the current user session on windows. Would be nice for interactive usage, and if you are using it in a curl-like manner it would be great if I could just make it run under a service account and never have to store a password in the clear.

@hickford
Copy link
Contributor

hickford commented Mar 8, 2013

Is this why HTTPie doesn't work in my office?

Opened 20 USD bounty if you can fix this. https://www.bountysource.com/#issues/81359-ntlm-authentication-for-windows

@sigmavirus24
Copy link

@jkbr is there any progress on that plugin system?

@hickford
Copy link
Contributor

hickford commented Sep 2, 2013

To be clear, my problem is "httpie doesn't work (times out) behind evil corporate proxy (that requires windows ntlm authentication)". Maybe I should create a separate issue? It's unclear whether OP wants authentication against the endserver or a proxy.

Edit: Done #159

@sigmavirus24
Copy link

I am not the right person to be asking honestly. Ask @jkbr on httpie and maybe just submit a PR for him to review.

@jkbrzt
Copy link
Member

jkbrzt commented Sep 21, 2013

Current master now supports auth plugins. NTLM plugin: https://github.com/jkbr/httpie-ntlm

@jkbrzt jkbrzt closed this as completed Sep 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement planned Solution is being worked on windows Windows specific issue
Projects
None yet
Development

No branches or pull requests

5 participants