What is an ETag and can you explain its working?

devquora
devquora

Posted On: Feb 22, 2018

 

An ETag is actually an identifier which is assigned by a web server to any of the specific version of a resource. It is done where the URL is found. The ETag instantly changes if the resource content over the URL changes. In this case, the client can ask to cache the resources along with its ETag.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Web Developer Interview Questions

    According to you what are the major responsibilities of a web developer?

    As a web developer, most of the time entire responsibility of the project is shouldered on us. Major of them are:..

    Web Developer Interview Questions

    Explain what is CORS?

    CORS stands for the cross-origin resource sharing. It is actually a mechanism which enables the sources..

    Web Developer Interview Questions

    As a web developer what do you think essential you should know?

    As a web developer, there are multiple tasks that have to be performed like designing, programming, developing..