You have HTTP chunking enabled. see the header "Transfer-Encoding: chunked" What you see as numbers are actually the byte counts. Although you see these numbers in TCPMon they have nothing to do with the message and will be handled by the client/server appropriately.
Ajith, I disabled the "chunked" transfer encoding and then the "crazy characters" disapeared and the server finally answered my message. So the chuked encoding was the problem.
I don't know if my server doesn't understand the chunked encoding or if those characters were really sent to it, and it didn't understand those characters...(i believe this is the problem) Well, now I need to know how can I disable the chunked transfer encoding programatically, because in my test I disabled it using the debugger and setting the "chunk" variable to false in one object(I forgot which one). regards, bruno --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
