I’m having an issue using POST with a string that points to a file with a space in its name like: myfile (5).txt
I can use network.request with a GET to get this file so I am guessing the function is reformatting the string. However when I try to do a POST request I get a malformed string error.
So my question is, does network.request reformat the string? Is the malformed url coming from your function or iOS?