Issues with URL Parameter Parsing to MVC Controller in iOS

I am trying to use the URLConnection in Xojo latest release to connect to a MVC Controller. The log I have is that the Controller Method IS being called but the Controller Method Argument IS NOT being passed from the URLConnection Object. So if I send https://someurl?value=3 the Controller is called but there is no value being passed so no “3”. Is this an iOS thing?? If anyone can provide some assistance it would be greatly appreciated. Cheers.