Closed wwwGeneral closed 2 years ago
Hi ! I was wondering if it were possible to add a specific header for crendentials ? Like "Authorization: Basic myt54rdvu4f8pe1"
This can already be done using --header or -H. For instance:
--header
-H
git-dumper --header="Authorization=Basic myt54rdvu4f8pe1" URL DIR
Oh thanks ! I didn't knew that :D
Hi ! I was wondering if it were possible to add a specific header for crendentials ? Like "Authorization: Basic myt54rdvu4f8pe1"