Logic App error in HTTP GET request InvalidPartialContent

Emanuele Baratelli [C] 6 Reputation points
2022-04-14T08:02:43.743+00:00

I created a Logic App Standard Consumption where I would like to download a file by chunk. I customized the host file by adding Runtime.FlowRunRetryableActionJobCallback.MaximumContentLengthInBytesForPartialContent. The problem is that the connector seems ignoring the header I sent though HTTP request. As you can see from screenshot the server is sending the correct Content-Range header, but Logic App is not reading correctly. From postman I dont have same issue,

InvalidPartialContent. The response is not a valid partial content response. A subsequent partial content response should contain a valid content-range header. The starting range index '5000' in the response is not equal to starting range index requested in the request '0'.

194723-screenshot-2022-04-20-134808.jpg

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,949 questions
{count} vote