Remove the dta tag header
This commit is contained in:
parent
10ff6f1c11
commit
4236195ccf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user