Hi All,can we get more info on how to use CSRF(Cross-Site Request Forgery) in AEM 6.1 as we are migrating to 6.1 we want use this new feature in all our post and get requests .I verified the documentation but needed some example how can implement this ?Thanks,Mani Kumar K
HI all,I am trying to move the page from one place to another place, getting the below error in alert but page is moved successfully. How to avoid that error message. please help me in this."An error occurred while moving page" The below message i have seen in one of blogs that is having information...
Problem Overview:We are upgrading our system from CQ5.4 to AEM 6.1. In the existing code we have referred to POST.jsp using ajax, where we are invoking Authentication services to authenticate an external user to the system. We are getting the below error when we do an ajax post to the resource POST....
Hi All,1] Suppose, I have a custom component say 'x'. I want to create a duplicate of this and rename that to 'x-duplicate'.2] Also, in content.xml I have changed the jcr:title to "x" and "x-duplicate" respectively.3] The sling:resourceType of the components respectively, when added on the page is a...
Hi,There is a user configured in AEM that has the author rights. Below steps were performed:1. Create a page as Author and lock it2. Close the page3. Open the page and unlock the page by clicking the button that says "Unlock" on the sidekick4. Note the message that says "Unlock Successful".5. Click ...
Hello,I am following article https://docs.adobe.com/docs/en/cq/5-6-1/administering/client_context.html. At this step "Add the JSONP Store Component " after calling API http://api.wipmania.com/jsonp?callback=${callback} I can see details populating on client context in edit mode but when I come back ...
Hi Guru's , I'm facing a use case where content editors would like to have a capability of configuring a 301 redirects. From the web found some articles where using a component or in a template can specify a desired response code and a configure a redirect url .However I'm not sure of this approach ...
I've been trying to get a Sightly component working in AEM 6.1 by following the documentation hereApparently, in order to have my Java "use" class be visible to my Sightly component, all I need to do is use the full Class name (i.e. including the package) in my "use" statement.<div data-sly-use.list...
Hi,Is it possible to have an approval area in AEM Assets?I mean, let's say there is the creation team working in a new asset and I'd like this asset to be searcheable only after someone filled the necessary metadata and review it.Thanks