Problem downloading a file from the internal URL (with authentication)

Hello,
I’m trying to download a file from my internal company website URL where authentication is required.
I have the direct url of the file and I can paste it in GET request. For authentication I use the NTLM (lab) where I type in my username, password and domain. After running the workflow, the result is an empty binary object that contains only zeros. I tried also with the request headers, but no success. When I download a publicly available file, it works without any problems.

What I also observed, a few weeks ago, there was a “NTLM” (not NTLM(lab)) section in GET-Request authentication. This allowed me to download a file from the internal URL. But now this section is not available anymore.

I want to use just the Get-Request node.

Does anyone know what it can be?

can the binary object be converted to string using Binary Objects to String node?
br

Yes, it can be convered into a string or a file. But the binary object contains just multiple zeros (0). Therefore the converting results in an empty string or file.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.