When developing using Sitecore headless SDKs, what is the relationship between the rendering host and the Sitecore Content Delivery role?
When developing using Sitecore headless SDKs, what is the relationship between the rendering host and the Sitecore Content Delivery role?
The Content Delivery role hosts the headless services that the rendering host uses to retrieve Sitecore content and layout. In a headless architecture with Sitecore headless SDKs, the rendering host acts as an intermediary that fetches content from these services to display it appropriately.
Answer is A
Answer is B. Content delivery role returns content that rendering host displays https://doc.sitecore.com/xp/en/developers/91/platform-administration-and-architecture/content-delivery--cd-.html#:~:text=The%20Content%20Delivery%20(CD)%20role,improved%20scalability%20and%20better%20performance.
I think the answer is A
1. Rendering host is OUTSIDE of CD 2. CD send data to Layout Service which stores it in json formt, then this json format is send to rendering host to render data
In a headless architecture using Sitecore headless SDKs, the rendering host is responsible for rendering the presentation of the content retrieved from Sitecore's Content Delivery role. The Content Delivery role hosts the headless services that the rendering host communicates with to retrieve content and layout information.
I think A too