I can't say for certain that it can't; I tried a few months ago, using cfheader to dish up etags and a last modified date, and that worked fairly well. What I couldn't get happening was the interpretation of the GET request to know whether to send back a regular response or a 304 (not modified). It probably can be done, but I decided it was going to tax performance too heavily for a function that the webserver will do anyway if I just wrote the RSS file to disk.
"Mark Stanton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > >If you're serving the feed through CF then it will ignore a conditional GET > and serve the file on each request > > Can this be controlled with cfheader? > > Cheers > > Mark > > > ______________ > Mark Stanton > Web Production > Gruden Pty Ltd > Tel: 9956 6388 > Mob: 0410 458 201 > Fax: 9956 8433 > www.gruden.com > > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
