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,
|
filename: this.dest.full,
|
||||||
saveAs: false,
|
saveAs: false,
|
||||||
url: this.url,
|
url: this.url,
|
||||||
headers: [{
|
headers: [],
|
||||||
name: "X-DTA-Tag",
|
|
||||||
value: this.sessionId.toString(),
|
|
||||||
}],
|
|
||||||
};
|
};
|
||||||
if (this.postData) {
|
if (this.postData) {
|
||||||
options.body = this.postData;
|
options.body = this.postData;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user