Robert Valentino Well-Known Member Licensed User Longtime User Sep 17, 2025 #1 Is there anyway I can use the Download tracker with a Koofr download Normally I do a GetRequest and SetHeader to contain the Authrorization code. But I do not see anyway of doing this in Download Tracker Koor download setup: job.Download($"${Koofr_DefaulPath}${xFileToDownload}"$) job.GetRequest.SetHeader("Authorization", BasicAuthorized) job.Tag = xLocalFile BobVal
Is there anyway I can use the Download tracker with a Koofr download Normally I do a GetRequest and SetHeader to contain the Authrorization code. But I do not see anyway of doing this in Download Tracker Koor download setup: job.Download($"${Koofr_DefaulPath}${xFileToDownload}"$) job.GetRequest.SetHeader("Authorization", BasicAuthorized) job.Tag = xLocalFile BobVal
Robert Valentino Well-Known Member Licensed User Longtime User Sep 17, 2025 #2 Got it. Will have to modify the RangeDownloader code to allow setting download header Upvote 0