XP IE SP2 Gzip Etag Header Bug
From: lynch (mustafa_at_lagaluga.com)
Date: 01/19/05
- Next message: Jan Il: "Re: IE Won't Open"
- Previous message: lcheni_at_yahoo.com: "Re: " You are not authorized to view this page" - "The object has been blocked""
- Next in thread: Robert Aldwinckle: "Re: XP IE SP2 Gzip Etag Header Bug"
- Reply: Robert Aldwinckle: "Re: XP IE SP2 Gzip Etag Header Bug"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 07:28:21 +0200
Hi,
If page is compressed with gzip, IE is not sending Etag (If-None-Match)
header.
but Firefox is working well..
How can fix this problem?
Example php code:
<?php
ob_start('ob_gzhandler');
header('ETag: '.time());
$array = apache_request_headers();
foreach($array as $key=>$value)
{
echo "$key : $value".'<br>';
}
?>
Example url:
http://64.132.144.166/~gomoste/etag_test.php
Please test Firefox and IE, will you see.
My system is:
XP PRO SP2
IE 6.0.2900.2180
- Next message: Jan Il: "Re: IE Won't Open"
- Previous message: lcheni_at_yahoo.com: "Re: " You are not authorized to view this page" - "The object has been blocked""
- Next in thread: Robert Aldwinckle: "Re: XP IE SP2 Gzip Etag Header Bug"
- Reply: Robert Aldwinckle: "Re: XP IE SP2 Gzip Etag Header Bug"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|