Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!
SOLVED

Permission sensitive caching at CDN

Avatar

Community Advisor

I am just wondering if permission-sensitive caching is possible at the CDN level. Would CDN be able to make authentication requests just like how the dispatcher does (/auth_checker)?

if anyone of you has implemented this, may I know the CDN that you opted for?
Any documents for reference would be highly appreciative.
Thank you.

-Sravan

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

CDN does not support PSC(making a head call just before serving a content to check authorization).

What you can do is:

1. Do not cache html pages on CDN

2. Create session based CDN cache.



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

CDN does not support PSC(making a head call just before serving a content to check authorization).

What you can do is:

1. Do not cache html pages on CDN

2. Create session based CDN cache.



Arun Patidar