Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread RealThinClient server
Fri, Sep 30 2016 4:23 AMPermanent Link

thomh

This is for Walter Matte who I see has done some work with RealThinClient.

Is it possible to pass a lot of different information to/from server in one call with RealThinClient using TServerRequest.RequestContent/ResponseContent?

I am thinking sending stuff like KeyValuePair text (key=value), JSON formatted text, base64 encoded string, etc. all in one go.

Thanks.

// Thom
Mon, Oct 3 2016 8:57 AMPermanent Link

Walter Matte

Tactical Business Corporation

thomh wrote:

This is for Walter Matte who I see has done some work with RealThinClient.

Is it possible to pass a lot of different information to/from server in one call with RealThinClient using TServerRequest.RequestContent/ResponseContent?

I am thinking sending stuff like KeyValuePair text (key=value), JSON formatted text, base64 encoded string, etc. all in one go.

Thanks.

// Thom


Thom:

I don't see why not.  Since you control what you are requesting and responding.  You will need parse out all the pieces when the response is received by your EWB app.

Walter
Image