using purge API call to invalidate the adobe managed CDN cache with " X-Forwarded-Host" will invalidate or refresh the Cache on customer managed CDN automatically.
we are using TTL based approach for cache invalidation on both adobe cdn & custom CDN. We want to invalidate the cache immediately before TTL expires on a publishing the content.
curl -X PURGE "https://publish-p1234-e5467.adobeaemcloud.com/resource-path" \ -H 'X-AEM-Purge-Key: "my_purge_key" -H 'X-AEM-Edge-Key: "my_edge_key" -H 'X-Forwarded-Host: "my_forwarded_domain"
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
I think you might be misreading the documentation. You can purge the Adobe CDN cache (Fastly) from the Customer CDN (Akamai), but not the other way around. The docs shared and comments from others refer to the first scenario, where you flush the Fastly cache from the Akamai (Customer CDN) by adding the necessary headers.
Hope this clears up your doubts.
Hi @kgpraveen,
every CDN has a different cache purging API. I wasn't unaware there was a feature to purge customer CDN as well.
Please let us know if it works as expected and which CDN you are using.
Good luck,
Daniel
Hi @kgpraveen
Yes, you can try to invalidate Adobe CDN from customer CDN by using below headers:-
Hi,
I think you might be misreading the documentation. You can purge the Adobe CDN cache (Fastly) from the Customer CDN (Akamai), but not the other way around. The docs shared and comments from others refer to the first scenario, where you flush the Fastly cache from the Akamai (Customer CDN) by adding the necessary headers.
Hope this clears up your doubts.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies