Surely is there something wrong but I can't figure were is.

Try specifying the data content type

AnsiString asPost;
asPost = PostMemo->Text;
SslHttpCli1->SendStream = new TStringStream(asPost);
SslHttpCli1->SendStream->Seek(0,soFromBeginning);
SslHttpCli1->ContentTypePost='application/json';
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