For now this component ignores all https connection errors, also doesn't do anything with the headers as of now.
If there is enough request for it I will change to fit the needs.
Input an url and receive a binary of the response.
It seems possible that there is no content-disposition to fetch the filename (reported in https://www.outsystems.com/forums/discussion/43718/binarydownload-getting-error/)
You will no longer get an error, however, you might get an empty filename, I'm not sure how to manage around that. It might be an idea to analyse the binary to get the mime-type to atleast create a stub filename with the extension. But that would severaly impact the speed.