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).
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.