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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -