Web Download Activity - Is it possible to add Additional headers to the Get Request? | Community
Skip to main content
New Participant
April 15, 2021
Solved

Web Download Activity - Is it possible to add Additional headers to the Get Request?

  • April 15, 2021
  • 2 replies
  • 929 views

I'm trying to download a file via Get Request using Web Download Activity. However, The request contains, multiple headers necessary for authentication of the request. But I'm unable find a way to add headers.

 

In delivery activity we can add variables via script tab. 

 

Do we have anything like this for Web Download activity as well?

 

Please do let me know.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

It may be possible with External account and connector js code somehow?

If you have execCommand() permission, just use a js activity and curl or wget:

 

Thanks,

-Jon

2 replies

Sukrity_Wadhwa
Employee
April 29, 2021

Hi @pkrish61,

Were you able to resolve this query with the given solution or do you still need more help here? Do let us know.

Thanks!

Sukrity Wadhwa
Jonathon_wodnicki
Jonathon_wodnickiAccepted solution
New Participant
April 20, 2021

Hi,

 

It may be possible with External account and connector js code somehow?

If you have execCommand() permission, just use a js activity and curl or wget:

 

Thanks,

-Jon