Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Oct : How do I do this in in Indy 10 (I'm converting from MSXML)
| Subject: | How do I do this in in Indy 10 (I'm converting from MSXML) |
| Posted by: | "gandalf" (ganda..@haschangedaddress.com) |
| Date: | Wed, 12 Oct 2005 18:53:45 |
Hi, how do I do this: (an MSXML instruction)
XMLHTTP.setRequestHeader('Content-Type',
'application/x-www-form-urlencoded');
when using the idHTTP component.
I've got the Indy idHTTP running but it doesn't return exactly what the
MSXML does and the only thing difference I reckon, is that I'm not setting
up the RequestHeader info.