httpie / httpie-ntlm

NTLM auth plugin for HTTPie

Home Page:https://httpie.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpie-ntlm

NTLM auth plugin for HTTPie.

Installation

$ pip install httpie-ntlm

You should now see ntlm under --auth-type in $ http --help output.

Usage

$ http --auth-type=ntlm --auth='domain\\username:password' example.org

You can also use HTTPie sessions:

# Create session
$ http --session=logged-in --auth-type=ntlm --auth='domain\\username:password' example.org

# Re-use auth
$ http --session=logged-in POST example.org hello=world

Requirements

About

NTLM auth plugin for HTTPie

https://httpie.org

License:Other


Languages

Language:Python 100.0%