Setting up separate domain in Dispatcher for accessing Content Fragments
Hi all,
We are implementing Content Fragments to expose content for multiple Mobile applications and below is the structure we are planning to have it.
assets
Mobilesite1
CF1, CF2 ..etc
Mobilesite2
CF1, CF2...etc
We want to expose these fragments using a single domain and this domain should access only content fragments from above structure. Also other AEM website domains( we already have mutliple vhost entries in dispatcher) should not have access to these Content fragments.
How to setup dispatcher for the domain to expose only content fragments and restrict other website domains to expose these content fragments?
We are still evaluating options to expose Content Fragments either by Assets API url or using Sling Model Exporter. But not sure whether this will have any impact in defining dispatcher rules to expose CF using a domain.
Appreciate suggestions..
Thanks.