Requests

logging

import http.client

http.client.HTTPConnection.debuglevel = 1
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("requests.packages.urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True

ciphers

httpie based #

httpie-jwt-auth adding token with environmental variable

export JWT_AUTH_TOKEN=secret
http teracy.com --auth-type=jwt -v