It would help if on the HTTP Method node was able to send chunked uploads:
My use case for the above is uploading files over 4mb to Sharepoint via the Graph API (However i imagine this would also be useful for other scenarios.) Currently when trying to send a 40mb file it fails as it requires the file to be split and sent over multiple requests.
This would mean we could then use the Microsoft Upload Session on the Graph API to send and rebuild the files.
This follows on from a current question i have raised on the community - please see link below
Supporting details on the API details are below
Many thanks