How do I set an ETag on Azure CDN Content when it is pulled from a blob? -
i have linked azure cdn storage directly cdn pull content directly blob. google not happy there no etag , unable find how set on blob content. content pulled web api app easy configure. assuming others need functionality , hidden in microsoft docs somewhere cannot find.
the cache validator can last modified timestamp set calling setlastmodified, or etag value set calling setetag.
you can call either response.cache.setetag
or response.cache.setlastmodified
set etag. check details here
Comments
Post a Comment