Sunil's Notes
My notes for things that i am learning about
Showing posts with label
etag
.
Show all posts
Showing posts with label
etag
.
Show all posts
Why you should not use ETag
›
In the Last-modified time stamp validation entry i mentioned following problems with using Last-Modified date A file's time stamp might...
1 comment:
How to enable ETag in Apache Http Server
›
If your using Apache HTTP Server then you can use it to generate and return ETag for static resources that are served from disk. The Apache ...
8 comments:
Using Entity Tag (ETag) for validation
›
In the Last-modified time stamp validation , i talked about how you can use Last-Modified date for making conditional request and problems w...
1 comment:
Last-modified time stamp validation
›
In the What is conditional/ validation request i explained concept of conditional request, which means the server will execute the request ...
1 comment:
What is conditional/ validation request
›
The HTTP Specification has concept of conditional/ validation request, which client makes to check if the cached copy that it has is still v...
1 comment:
›
Home
View web version