add-source --http-header "X-API-Key: 1234"
- HTTP basic authentication can be achieved by setting the HTTP Basic Authentication header with base64(user1:password1). Example::
+ HTTP basic authentication can be achieved by setting the HTTP Basic
+ Authentication header with ``base64(user1:password1)``. Example::
add-source --http-header "Authorization: Basic dXNlcjE6cGFzc3dvcmQx"
with a OAuth2 token containing printable ASCII characters. Example::
add-source --http-header "Auhorization: Bearer NjA2MTUOTAx?D+wOm4U/vpXQy0xhl!hSaR7#ENVpK59"
-
-
- HTTP basic authentication can be achieved by setting the HTTP Basic
- Authentication header with ``base64(user1:password1)``. Example::
- add-source --http-header "Authorization: Basic dXNlcjE6cGFzc3dvcmQx"
.. option:: --no-checksum