Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Etag HTTP header

Options
  • 02-06-2000 2:26pm
    #1
    Registered Users Posts: 16,402 ✭✭✭✭


    Anyone know offhand what this does? It's a ***** trying to decipher the RFC...

    Cheers,
    Al.


Comments

  • Closed Accounts Posts: 7,488 ✭✭✭SantaHoe


    Three days and not a single reply...
    I'm thinking nobody knows. smile.gif


  • Closed Accounts Posts: 6,601 ✭✭✭Kali


    i had never heard of them before
    but a search on google reveals this:

    HTTP 1.1 introduced a new kind of validator called the ETag. Etags are unique identifiers that are generated by the server and changed every time the object does. Because the server controls how the ETag is generated, caches can be surer that if the ETag matches when they make a If-None-Match request, the object really is the same.

    basically just for use in cache-control by the relevant user-agent it seems.

    http://www.filmsoc.com

    [This message has been edited by Kali (edited 06-06-2000).]


  • Registered Users Posts: 785 ✭✭✭zenith


    http://lists.w3.org/Archives/Public/w3c-dist-auth/2000JanMar/0276.html gives a backgrounder, but www.apache.org does not use them ... www.microsoft.com, running IIS 5, does

    It looks like

    ETag: "25235253234234:7f3"

    and appears just before the content-length header.

    Does this help?




Advertisement