Hi
I have an existing iOS app with complex UI. Swift and objc.
This app must connect to a datasnap server app.
The objc connectors generated by rad studio does not implement the tunneling connection. Only unsecure http REST connection :(
Yet the app is able to open the tunnel and get the session ID (put request to /tunnel with dss=0 into the querystring). By after that, the authentication fails.
How to format the connect, get and post requests, (URL, header, query and body) ?
Thank you for your help !
Regards