I am trying to upload a file to a vanilla Apache Webserver (v2.4.18) using UnityWebRequest and its Put(uri, bodyData)-Method. The server uses HTTPS and an authentication via username and password. Here's the code I use:
UnityWebRequest.Put fails on iOS
Code (CSharp):