Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 646 Bytes

README.rst

File metadata and controls

28 lines (16 loc) · 646 Bytes

httpie-f5-auth

F5Auth auth plugin for HTTPie.

Installation

$ pip install httpie-api-auth

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

Usage

For local users you can do:

$ http --auth-type=xf5 --auth USER:PASS --default-scheme=https mybigiq.com/mgmt/shared/echo

To specify a remote auth provider:

$ http --auth-type=xf5 --auth PROVIDER_NAME//USER:PASS --default-scheme=https mybigiq.com/mgmt/shared/echo