- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.method = "GET"
- http.execute();
- var resp = http.response;
3. if you have a website server than make this rest as soap call and use Loading (SOAP).
Regards,
Amit
Views
Replies
0 Likes
Total Likes