
Announcements
Hi ,
We have a system which calls a power automate flow "When a HTTP Request is received" with transfer-encoding : chunked in the header by default and can't be switched off. When receiving these requests there is no payload.
When testing the same request on POSTMAN and removing transfer-encoding : chunked in the header then the payload is delivered successfully, switch chunked back on and no payload received.
Is there a way for "When a HTTP Request is received" to be able to handle chunked payload ?
SOLUTION: Unfortunately it doesn't appear like "When a HTTP Request is received" has support for chunked so in the interest of moving the project along we amended the calling system to be more flexible with the transfer-encoding, so for now, payloads under 4k are not encoded as chunks but larger payloads would be.
I am running into the same blocker with a third party. Did you find a workaround?