Re: using Etags or http response code 304 (not modified)

2008-11-11 Thread Malcolm Tredinnick
On Tue, 2008-11-11 at 05:08 -0800, [EMAIL PROTECTED] wrote: > hi Karen, > > thanks for the response..I havent verified if the client is sending > the If-none-match header. Essentially my project uses rss feeds. and i > redirect them to feedburner. I dont want my site to keep sending http > 200 a

Re: using Etags or http response code 304 (not modified)

2008-11-11 Thread [EMAIL PROTECTED]
hi Karen, thanks for the response..I havent verified if the client is sending the If-none-match header. Essentially my project uses rss feeds. and i redirect them to feedburner. I dont want my site to keep sending http 200 along with the entire feed if no udpates have been made to the feed. i can

Re: using Etags or http response code 304 (not modified)

2008-11-10 Thread Karen Tracey
On Mon, Nov 10, 2008 at 4:14 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've tried using the USE_ETAGS=true in my project settings and even > tried using the ConditionalGet Middleware. However, whenever an http > request is made to my page, it always seems to return a http code 200 > alo

using Etags or http response code 304 (not modified)

2008-11-10 Thread [EMAIL PROTECTED]
I've tried using the USE_ETAGS=true in my project settings and even tried using the ConditionalGet Middleware. However, whenever an http request is made to my page, it always seems to return a http code 200 along with the entire data. how / what do I need to do so that a http 304 is issued if the