Hi Danijel,
Continuing my question a few days ago, I'm making an application as shown below:
rules:
The client can only send a request to the server 1 then requests from client forwarded to the server 2. if it is getting the appropriate request, the server 1 sends back to the client.
I've made a connection between the client application and the server 1 goes well, but a request from a client is forwarded to the server 2 can not be done because I can not make the components rtchttpclient on datamodule server runtime.
how so that my application can work as planned?