Note that there are some explanatory texts on larger screens.

plurals
  1. POAzure CDN - Enabling HTTP 304 Caching with ETag - Hosted Web Role
    text
    copied!<p>We are trying to enable <strong>HTTP compression</strong> (gzip) and <strong>HTTP 304 Caching</strong> via ETags on Azure CDN. We already discovered an issue with <a href="https://stackoverflow.com/a/10434390/175679">enabling Azure CDN Compression</a>, but now we can't get compression and ETag caching (<a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5" rel="nofollow noreferrer">304s</a>) working simultaneously. This issue has been <a href="http://social.msdn.microsoft.com/Forums/en-US/windowsazuredata/thread/e16a3017-651b-41a7-af2a-d0b0ae1cfe1b" rel="nofollow noreferrer">posted to Azure forums here</a>.</p> <h3><a href="http://bit.ly/Lfb6c8" rel="nofollow noreferrer">Here is an example of the compressed</a>, but not HTTP cacheable (304) link:</h3> <blockquote> <p><a href="https://xxxx.vo.msecnd.net/resourceManager.axd?token=HL80vX5hf3lIAAA&amp;group=core.js" rel="nofollow noreferrer">https://xxxx.vo.msecnd.net/resourceManager.axd?token=HL80vX5hf3lIAAA&amp;group=core.js</a></p> </blockquote> <h3><a href="http://bit.ly/KR3b24" rel="nofollow noreferrer">Here is an example of the cacheable (304)</a>, but not compressible (gzip) link:</h3> <blockquote> <p><a href="https://xxxx.vo.msecnd.net/resourceManager.axd?token=HL80vX5hf3lIAAA&amp;group=core.png" rel="nofollow noreferrer">https://xxxx.vo.msecnd.net/resourceManager.axd?token=HL80vX5hf3lIAAA&amp;group=core.png</a></p> </blockquote> <p>Does anyone know how to get <strong>HTTP Caching (304s)</strong> and <strong>HTTP Compression</strong> working together on the Azure CDN?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload