Hi,
I have implemented hybris application which makes HTTP call to CQ. On CQ side I have written sling servlet to retrieve DAM assets from JCR and send it in response to HTTP call. Hybris displays this asset on Front End. Application is working fine.
But I have 1 query. As of now I am fetching DAM asset/content from Author instance and sending it to Hybris. Do I have to fetch content from Publish instance?
e.g. URL for HTTP call is as follows, http://localhost:4502/bin/assetServlet Whether I need to make HTTP call to publish instance?
Like in Hybris, we always displays content from Online Catalog and not from Staged Catalog. How this works in CQ?
Kindly help me in understanding the same
Thanks,
Manju