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. The sample code excerpt provided below demonstrates how to insert a token into a CDN and an edge CNAME URL on the CAN 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://can.0001.transactcdn.com/000001/secure/default.php?c1019f8a6942b46a1ce679e168d5797670f3ee7e39068054ee4534d8a5a859dc06&user=Joe">

Edge CNAME URL:

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