in reply to Dylan - For the sites they are a-changin'
Why doesn't HEAD work? Why doesn't the headers contain the document's change time? I was under the impression that it should.
The date is in a HTTP header that is automatically created by the webserver for static pages. However, when you use a script to output a dynamic web page, you explicitly need to set the header yourself. I guess most blog scripts forget to do that.
Note that in this case you are actually polling a blog that in a recent entry proposes a protocol that abolishes polling :).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Dylan - For the sites they are a-changin'
by jplindstrom (Monsignor) on Apr 24, 2003 at 17:55 UTC |