Forum Moderators: coopster
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]
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