http - Is If-Modified-Since strong or weak validation? -


http 1.1 states there can either strong , weak etag/if-none-match validation. questions is, last-modified/if-modified-since validation strong or weak?

this has implications whether sub-range requests can made or not.

from http://greenbytes.de/tech/webdav/draft-ietf-httpbis-p5-range-23.html#rfc.section.4.3:

"a response might transfer subrange of representation if connection closed prematurely or if request used 1 or more range specifications. after several such transfers, client might have received several ranges of same representation. these ranges can safely combined if have in common same strong validator, "strong validator" defined either entity-tag not marked weak (section 2.3 of [part4]) or, if no entity-tag provided, last-modified value strong in sense defined section 2.2.2 of [part4]."


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -