Hi All
Reg Dynamic media
From the third point, cache the content at the CDN. Does Dynamic Media (Scene7 domain) have its own CDN?
Thanks
Views
Replies
Total Likes
Thanks, Arun. I have one more question. Is the Expires
header duration configuration available in Akamai? If I have Akamai CDN integrated with my AEM application and set a caching duration of one month for images, which specific configuration in Akamai will control the caching for these images?
Views
Replies
Total Likes
If I am not mistaking, Expires header comes from origin, and Akamai can be configured to honor this header : https://techdocs.akamai.com/property-mgr/docs/know-caching
Is this what you are asking ?
Hi @KNan,
Dynamic Media images are delivered trough a different domain and different CDN then AEM Sites. In AEMaaCS you can go to Tools -> Assets -> CDN Invalidation to manually invalidate Dynamic Media CDN cache.
Also, you can set custom headers in Dynamic Media using Rule Sets. Rule sets are stored as XML document files. They need to be uploaded manually to the Dynamic Media Desktop application
Here is an example:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ruleset SYSTEM "RuleSet.dtd">
<ruleset>
<rule OnMatch="continue">
<expression>\$CORS=</expression>
<header Name="Access-Control-Allow-Origin">$CORS$</header>
</rule>
</ruleset>
Good luck,
Daniel
@KNan Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
@KNan Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes