Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : IdHTTP response
| Subject: | IdHTTP response |
| Posted by: | "David Fealkoff" (fealko..@iatinc.net) |
| Date: | Fri, 10 Mar 2006 01:11:45 |
On the client: I use idHTTP.GET(...) to make a request from the server.
On the server: I populate AResponseInfo.ContentText with a string.
On the client: I can see the Response Header through
idHTTP.Response.ResponseText. However, I can't find the ContentText string
that I assigned on the server.
How do I retrieve that body of information on the client.
Thanks.
David