Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : TIdHttpServer - Using browser cache
| Subject: | TIdHttpServer - Using browser cache |
| Posted by: | "Joe Aley" (joealey20..@yahoo.com) |
| Date: | Mon, 22 May 2006 23:04:22 |
Hi all...
Using TIdHttpRequest.OnCommandGet() event, you will see that the browser
will not cache nothing if you use a response command like:
AResponseInfo.ContentText := MyHtmlCode;
The question is, what do i have to add to this response to watch the
browser stop downloading all content each time it's been requested?