ETag Support in IE6/IE7 on Windows XP

S

sknipe

IE does not send the If-None-Match : ETag values as defined in the HTTP
specifications. This is supported by FireFox.

IE:

Request Header:

Accept */*
Accept-Language en-us
(Method-Line) Get
/blog/Photos/_archives/2006/4/20/1824085.html HTTP/1.1
Accept-Encoding gzip, deflate
Connection Keep-Alive
User-Agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT
5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1)
Host steve.blogfront1.blogware.com
UA-CPU x86

Response Header:

(Status-Line) HTTP/1.0 200 OK
Date Tue, 30 May 2006 16:46:35 GMT
Server Apache/1.3.33(Unix) mod_fastcgi/2.4.2
ETag "45"
Content-Type text/html; charset=utf-8
X-Cache MISS from bw-s1.blogware.com
X-Cache-Lookup MISS from bw-s1.blogware.com:80
Connection close

FireFox:

Request Header:

Get /blog HTTP/1.1
Host : steve.blogfront1.blogware.com
User-Agent: Mozilla/5.0 (Wndows; U; Windows NT 5.1; en-US; rv:1.7.6)
Gecko/20050317 Firefox/1.0.2
Accept: text/xml, application/xml, application/xhtml+xml, text/html;
q=0.9, text/plain; q=0.8, image/png, */*; q=0.5
Accept-Encoding: gzip, deflate
Keep-Alive: 300
Connection: keep-alive
If-None-Match:3736
Cache-Control: max-age=0

Response Header:

HTTP/1.x 304 Not Modified
Date: Tue, 30 May 2006 17:55:16 GMT
Server: Apache/1.3.33 (Unix) mod_fastcgi/2.4.2
Content-Type: text/html; charset=utf-8
X-Cache: MISS from bw-s1.blogware.com
X-Cache-Lookup: MISS from bw-s1.blogware.com:80
Connection: keep-alive

Is there something wrong with the http headers or is there a known
workaround?

Thanks,

Steve.
 
R

Robert Aldwinckle

IE does not send the If-None-Match : ETag values as defined in the HTTP
specifications. This is supported by FireFox.


IE supports that.

My guess would be that these headers may be inhibiting it.
X-Cache MISS from bw-s1.blogware.com
X-Cache-Lookup MISS from bw-s1.blogware.com:80


Can you try suppressing those headers for this User-Agent?


Good luck

Robert Aldwinckle
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top