Not sure if this will help but there was some commonality between your output and mine:
https://forum.ionicframework.com/t/issue-with-capacitorhttp-on-ios/235142/4
Basically my issue was fixed using the line:
url = encodeURI(url);
Not sure if this will help but there was some commonality between your output and mine:
https://forum.ionicframework.com/t/issue-with-capacitorhttp-on-ios/235142/4
Basically my issue was fixed using the line:
url = encodeURI(url);