Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Reading HTTP headers

From: jason:cunliffe:verizon at: 12-Jan-2002 23:44

> hmmm anyone know what an "Etag:" is?
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19 http://mail.anywhereyougo.com/pipermail/wap-dev/2001-January/016615.html <quote> ETag is used for checking if the resource is modified. When you modify a resource, server generates new ETag for it. ETag may be e.g. simple hash, or time when the resource was changed, or any other implementation-specific value. RFC 2616 (HTTP/1.1) says: The ETag response-header field value, an entity tag, provides for an "opaque" cache validator. This might allow more reliable validation in situations where it is inconvenient to store modification dates, where the one-second resolution of HTTP date values is not sufficient, or where the origin server wishes to avoid certain paradoxes that might arise from the use of modification dates. </quote>