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

Added ability to add an additional header via -A and -C #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 30, 2017

  1. Added ability to add an additional header via -A and -C

    I needed to pass an auth token to the server, so I added a parameter for attribute and content of an additional header such as:
    
     -A "authorization" -C "Basic AUTHKEYREDACTED" 
    
    ...to represent the header:
    "authorization: Basic AUTHKEYREDACTED"
    bchabot authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    a59fc0a View commit details
    Browse the repository at this point in the history