QuestionQ2
Designing a solution architectureThe customer wants an ecommerce website with several site pages that meet these criteria:
- AEM servers and the ecommerce platform are hosted and managed on separate domains.
- Timing constraints and ecommerce product evolution require the cart and product pages to be delivered directly from the ecommerce platform, not by AEM.
- Part of the page is written with an SPA framework.
What should the Architect do to mitigate Cross-Origin Resource Sharing?
- A Use Server Side Include on AEM pages to display ecommerce data
- B Use OSGI services to make calls to the ecommerce platform
- C Use Ajax calls to make calls to the ecommerce platform
- D Use proxy server to separate traffic for AEM and ecommerce platforms
Community Discussion