Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: ICS thttpcli post problem
| Subject: | Re: ICS thttpcli post problem |
| Posted by: | "Frans van Daalen" (account@is.invalid) |
| Date: | Wed, 22 Mar 2006 19:59:35 |
"Francois Piette [ICS & Midware]" <francois.piette@overbyte.be> wrote in
message news:442120c7$1@newsgroups.borland.com...
>> I'm using the latest beta v6 and If I post a url with some long data
> (>1600
>> chars) the data is corrupted. I just can't seem to find the reason.
>> Anyone
>> with a hint?
>
> What kind of corruption do you have ?
> Are you sure it is not caused by the receiving script ?
> Are you sure it is not caused by your data formating function before
> posting
> ?
> Use a sniffer to see if data is OK on the network.
>
If I send a something like
Para1=aaaa
¶2=bbbbb
¶3=dddd......(about 1600 chars)
The sniffer will show somethink like
Para1=aaaa
¶2=bbbbb
¶3=dddd......( only a part of them)
&Para1=aaaa
¶2=bbbbb
¶3=dddd......(again a part of them)