Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does the Windows Azure CDN handle byte-range requests?

azure cdn requests Windows
0
Posted

How does the Windows Azure CDN handle byte-range requests?

0

The Windows Azure CDN accepts and properly responds to HTTP requests which specify byte ranges in the headers. However, several caveats may affect your end-user experience and your bill. Our caching service does NOT cache byte ranges individually. Instead, when a request for a byte range of an object is received, the edge server checks to see if the entire file is in cache. If the entire file is present, the byte-range request is served from the local cache. Otherwise, the edge server does two things: •It fetches the indicated range directly from origin and returns it to the requester; the byte range is not cached. Essentially, the CDN proxies the byte-range request directly back to the Windows Azure Storage origin. Windows Azure Storage responds properly to byte-range requests, and these origin requests will be charged accordingly for Azure Storage data transfer. •If the requested byte range is in the first 100kb of the object, the edge server fetches the entire object to local cache.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.