Re: [twsocket] THttpCli and XML...

2016-03-06 Thread RTT
It would be interesting to know what header(s) in particular is/are causing the problem. You may use the OnBeforeHeaderSend event to remove any of the headers, before the headers are sent. Or just temporary comment the code related to each of the header lines being sent, under the

Re: [twsocket] THttpCli and XML...

2016-03-06 Thread Jarek Karciarz
I use ContentTypePost = application/x-www-form-urlencoded I don't use XML however. Jarek Karciarz -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of RTT Sent: Sunday, March 6, 2016 9:12 PM To: ICS support mailing

[twsocket] THttpCli and XML...

2016-03-06 Thread zayin
Hello, Version 7.25 For the first time I need to send an XML document to the server. I setup the URL for all the data. I put the XML document in a stream and set the index to 0. I call PostASync. Looking at Wireshark the URL data is all there and correct. The XML has stuff added to the front