Hi,You have three options:1. Use web download, if you are using rest call to dowwnla something to campaign server. Read more Web download.2. Use JS to make the call example: var http = new HttpClientRequest("https://..."); http.header["UserName"] = strLogin; http.header["Password"] = strPwd; http...