Atom feed of this document
 
 
 

 5.2.6. Streaming CDN-Enabled Containers

A HEAD request against a CDN-enabled container returns the streaming URL. Like SSL, streaming is always enabled, and you use the streaming URL for links to content that you want to stream, such as video.

 

Example 5.18. CDN-Enabled Container Metadata Requests (Streaming Enabled)

  HEAD /<api version>/<account>/<container> HTTP/1.1
  Host: cdn.clouddrive.com
  X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb
                          

No content is returned. A status code of 204 (No Content) indicates success; 404 (Not Found) is returned if the requested container was not found. The CDN SSL URL is returned in the HTTP header, X-CDN-SSL-URL, along with the CDN streaming URL, X-CDN-STREAMING-URL.

 

Example 5.19. CDN-Enabled Container Metadata (Streaming Enabled)

  HTTP/1.1 204 No Content
  X-Cdn-Ssl-Uri: https://83c49b9a2f7ad18250b3-346eb45fd42c58ca13011d659bfc1ac1. ssl.cf0.rackcdn.com
  X-Ttl: 259200
  X-Cdn-Ios-Uri: http://fb1ca9de5ff9525ff6f8-64e65126753c56b595824f56d25789bb.iosr.cf1.rackcdn.com
  X-Cdn-Streaming-Uri: http://084cc2790632ccee0a12-346eb45fd42c58ca13011d659bfc1ac1. r49.stream.cf0.rackcdn.com
  X-Cdn-Enabled: True
  X-Cdn-Ssl-Uri: https://2cb7edde3eac1dd66ea4-64e65126753c56b595824f56d25789bb.ssl.cf1.rackcdn.com
  X-Cdn-Uri: http://081e40d3ee1cec5f77bf-346eb45fd42c58ca13011d659bfc1ac1. r49.cf0.rackcdn.co
  X-Log-Retention: False
  X-Trans-Id: tx82a6752e00424edb9c46fa2573132e2c
  Content-Length: 0
                      



loading table of contents...