HTTP Get a file module - Error 401 unauthorized

Hi,
I try to download a file via the “HTTP Get a file” module from our ERP system Weclapp, but I get an error 401 that I am not authorized. In the module “get a file” is no possibility to enter my credentials like in an “HTTP Make a Basic Auth request” module. So how do I can download a pdf from an authorized URL?

Thank you!

The get a file http module is for publicly available files without authentication required. Use the make a basic auth request and use the get endpoint you want to download a file there.

3 Likes