Skip to main content

NTLM auth plugin for HTTPie.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

httpie-ntlm-1.0.2.tar.gz (1.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page