Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: Delphi2007, Indy10, TidHttp, site returns 500 but has content
| Subject: | Re: Delphi2007, Indy10, TidHttp, site returns 500 but has content |
| Posted by: | "Dennis Passmore" (somewhe..@someplace.com) |
| Date: | Sun, 14 Oct 2007 15:46:02 |
>Sample code.
>FHTTP.Get(AURI, Result);
The Result stream holds the text but you have to
reset the Result.Position := 0;
in order to read it from the stream again.