On Tue, 11 Mar 2003, Matthew Li wrote:

> i get:
> HTTP/1.1 200 OK
> Date: Tue, 11 Mar 2003 08:06:31 GMT
> Server: Apache/1.3.27 (Unix) PHP/4.1.2 mod_ssl/2.8.12 OpenSSL/0.9.6b
> X-Powered-By: PHP/4.1.2
> ETag: "jpd-1672527898.28378"
> Connection: close
> Content-Type: text/html
> 
> im curious about the ETag.... any ideas?

ETag is a unique resource ID so a cache can quickly determine if the
content is the same.  It's any string, basically.  On unix/apache it
defaults to inode + mtime base64 encoded.  They appear to be using
something else (ETag created by script, not static file)

--Dan

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to