On 10/06/2015 19:58, Xavier Mor-Mur wrote:
I tried with sample OverbyteIcsHttpsTst but don't get success changing Get command for Post-.

Are you putting the data to post in the SslHttpCli1.SendStream?
e.g.
        SslHttpCli1.SendStream:=TStringStream.Create;
TStringStream(SslHttpCli1.SendStream).WriteString(' {username:my_username,password:my_password,clientid:my_clientid,signature:my_signature}');
        SslHttpCli1.PostAsync;


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to