Forum Moderators: coopster

Message Too Old, No Replies

XP IE SP2 Gzip Etag Header Bug

         

SaddenLech

4:36 am on Jan 19, 2005 (gmt 0)

10+ Year Member



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:
Refresh the page.

Please test Firefox and IE, will you see.

My system is:
XP PRO SP2
IE 6.0.2900.2180

[edited by: jatar_k at 6:20 pm (utc) on Jan. 22, 2005]
[edit reason] removed personal url [/edit]

jatar_k

12:49 am on Jan 20, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld SaddenLech,

hmm I am not too sure

There is some talk of Etag in the comments on the header page
[php.net...]

I ran through this search [google.com]

if you remove php from the search it has quite a bit as well