Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jun : ArequestInfo.Cachecontrol
| Subject: | ArequestInfo.Cachecontrol |
| Posted by: | "Arvid Haugen" (arv..@elis.no) |
| Date: | Fri, 27 Jun 2008 12:21:51 |
I made a simple test project with a TidHTTPServer.
When I connect to the tidHTTPServer and then use "CTRL+F5" in my browser to
refresh "Cache-control=no-cache" is sendt from my browser.
In ARequestInfo.RawHeaders contains the information - but
ARequestInfo.Cachecontrol is emtpy. I would expect that
"ARequestInfo.Cachecontrol" was "no-cache"...