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
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Etag HTTP header

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


    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, Registered Users 2 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