URL withPostData downloadAsFile() on iOS

Hi there,
I am trying to fetch data with a post data request from the iPad simulator. This works perfectly on macOS (and windows), but from iOS the data on the server is empty.
The server is using https with letsencrypt.

It sounds it could be an entitlement or permissions issue, but could be anything else.
What do I have to do, if it is a user error, or which entitlement could work here?

Thanks!

So I was debugging into juce_network_mac.mm. The request is assembled in the constructor of
BackgroundDownloadTask
But there is no mention of url.postData.

I might be wrong, but is it possible that it is not implemented?

The link in the comment to a github repo is no longer valid or private.
That sounds related to postData.

What can be done so I can send postData from an iOS device?

Thanks