2

To download a specified file I need to pass a custom header to the server along with the request but I don't know how to do that using uGet, Is there any way to achieve this?

Note: uget is a graphical download manager that uses gtk2 and libcurl (a curl component).

Anwar
  • 77,855
azerafati
  • 1,189

1 Answers1

5

After going through Uget manual page and it's website, I found that you can use http referrer flag. But, I see no other option for using a custom flag for specifying custom HTTP headers.

Anwar
  • 77,855