AEM Headless - GraphQL Query Authentication from Non AEM environment
Hi Team,
I'm trying to expose contents in DAM to a third party application via Content Fragments and GraphQL query. I have created queries and persisted it. I have the below questions:
1. I would like to know the Authentication token to be passed in the API request
2. The GraphQL query in local instance gives the publish url of an asset like below in the response:
http://localhost:4503/content/dam/my-project/images/image%20(1).png
Would this be the same in graphql response in the prod environment as well?
like https://prod-domain/content/dam/my-project/images/image%20(1).png. If so, would I be able to access the image using that url directly?
Thanks,
Rakesh
