Closed gbonnefille closed 4 years ago
My TUS server use a TOKEN for authentication. I have to fill the X-Auth-AccessKey: HTTP Header for that.
X-Auth-AccessKey:
How can I set such information?
Updated to 0.4.7. It allows passing http headers like this tusc c http://example.com/file/ somefile -H 'X-Auth-AccessKey: token abcdefg'
tusc c http://example.com/file/ somefile -H 'X-Auth-AccessKey: token abcdefg'
My TUS server use a TOKEN for authentication. I have to fill the
X-Auth-AccessKey:
HTTP Header for that.How can I set such information?