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?