CDN Token generation and testing
Date: Mon, 06 Feb 2012 05:33:43
Variable values:
- $sUATHostname=uatmediadel.rbs.com.edgesuite-staging.net
- $sUATSalt=*******
- $sUATURL=/cdn/test.flv
- $sUATParam=__gda__
- $nUATWindow=3600
- $sUATExtract=
- $nTime=1328506423
- $nTimeRound=1328506420 Time rounded
- $sAkTimeOffset aktimeoffset=273
- $sUATURLPath=/cdn/test.flv?__gda__=1328510020_f7cc2467b72b68dc03226fcf711970ae
- $sUATToken=__gda__=1328510020_f7cc2467b72b68dc03226fcf711970ae
Configuration testing:
- UAT URL (no token - original URL) http://uatmediadel.rbs.com.edgesuite-staging.net/cdn/test.flv
- UAT URL using nTimeRound (no other parameters) http://uatmediadel.rbs.com.edgesuite-staging.net/cdn/test.flv?__gda__=1328510020_f7cc2467b72b68dc03226fcf711970ae
- UAT URL using nTimeRound (with aktimeoffset at the end) http://uatmediadel.rbs.com.edgesuite-staging.net/cdn/test.flv?__gda__=1328510020_f7cc2467b72b68dc03226fcf711970ae&aktimeoffset=273
- UAT hostname using nTimeRound (with aktimeoffset at the start) http://uatmediadel.rbs.com.edgesuite-staging.net/cdn/test.flv?aktimeoffset=273&__gda__=1328510020_f7cc2467b72b68dc03226fcf711970ae
Back