Updating Linked Content

Providing access to content is quite simple. It is just a matter of appending a question mark and an appropriate token value to the name of the asset being requested. Below you will find examples for each platform.

HTTP Large Example

The sample code excerpt provided below demonstrates how to insert a token into a CDN and an edge CNAME URL on the HTTP Large platform.

CDN URL:

The following sample CDN URL contains a custom query string parameter called "user." Custom query string parameters can be appended to the URL through the use of an ampersand.

<a href="http://wpc.0001.edgecastcdn.net/000001/secure/ad.jpg?c1019f8a6942b46a1ce679e168d5797670f3ee7e39068054ee4534d8a5a859dc06&user=Joe">

Edge CNAME URL:

<img src="http://images.mydomain.com/images/myimage.jpg?c1019f8a6942b46a1ce679e168d5797670f3ee7e39068054ee4534d8a5a859dc06">

HTTP Small Example

The sample code excerpt provided below demonstrates how to insert a token into a CDN and an edge CNAME URL on the HTTP Small platform.

CDN URL:

The following sample CDN URL contains a custom query string parameter called "user." Custom query string parameters can be appended to the URL through the use of an ampersand.

<a href="http://wac.0001.edgecastcdn.net/000001/secure/index.html?c1019f8a6942b46a1ce679e168d5797670f3ee7e39068054ee4534d8a5a859dc06&user=Joe">

Edge CNAME URL:

<img src="http://cdn.mydomain.com/css/styles.css?c1019f8a6942b46a1ce679e168d5797670f3ee7e39068054ee4534d8a5a859dc06">

ADN Example

Providing access to content is quite simple. It is just a matter of appending a question mark and an appropriate token value to the name of the asset being requested. The sample code excerpt provided below demonstrates how to insert a token into a CDN and an edge CNAME URL on the ADN platform. Notice how a query string parameter called "user" is appended to the URL through the use of an ampersand.

CDN URL:

<a href="http://adn.0001.edgecastcdn.net/000001/secure/default.php?c1019f8a6942b46a1ce679e168d5797670f3ee7e39068054ee4534d8a5a859dc06&user=Joe">

Edge CNAME URL:

<img src="http://dynamic.mydomain.com/secure/default.php?c1019f8a6942b46a1ce679e168d5797670f3ee7e39068054ee4534d8a5a859dc06&user=Joe">