Remove the dta tag header

This commit is contained in:
Nils Maier 2019-08-24 00:59:45 +02:00
parent 10ff6f1c11
commit 4236195ccf

View File

@ -90,10 +90,7 @@ export class Download extends BaseDownload {
filename: this.dest.full,
saveAs: false,
url: this.url,
headers: [{
name: "X-DTA-Tag",
value: this.sessionId.toString(),
}],
headers: [],
};
if (this.postData) {
options.body = this.postData;