Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Conditional TidHttp.GET()
| Subject: | Conditional TidHttp.GET() |
| Posted by: | "Joe Aley" (joealey20..@yahoo.com) |
| Date: | Mon, 5 Mar 2007 22:20:15 |
Hi all.
I would like to see an example of a conditional GET(). For the ones that
doens't know, http servers return a 304 status if the page you are
requesting has not changed since that the data you provide.
I am guessing that i will have to write a header somewhere with the
"if-modified-since" date.
How is that? Can you show me a sample?