I am having a little difficulty with the post strings using iHtppUtils going to my jRDC server. If I leave the iOS post string unencoded the app throws out the error ResponseError: unsupported URL, however if I encode it using stringutils, the app sends the post but the jRDC server handler cannot read the method statement. This works perfectly fine in the B4A app using the same httputils2 library. I have read that the library already encodes the string, but for iOS this doesn't seem to like it, so I have to encode it with stringutils and then it goes.
My formatted string looks like (B4A & B4i)
If I encoded the B4i string then formatted string looks like this
And the jRDC cannot pull out the getparameter("method") statement from this correctly. (Dim method as string = req.GetParameter("method"))
I am sorry if this seems a little vague and happy to send on any other info to help diagnose this issue.
My formatted string looks like (B4A & B4i)
If I encoded the B4i string then formatted string looks like this
And the jRDC cannot pull out the getparameter("method") statement from this correctly. (Dim method as string = req.GetParameter("method"))
I am sorry if this seems a little vague and happy to send on any other info to help diagnose this issue.