Hi have a HTTP request that downloads a document from an API. This works for documents smaller than the default 105 MB but obviously hits a snag with bigger documents. It is set to chunked but it looks like despite that setting, the 105 MB is hardcoded?
I’ve set the environment variables:
yet this doesn’t seem to have made a difference. I’m still getting the bad request error.
Anyone out there managed to get past this issue?