Hello All, I have created an asset in my servlet using Asset Manager's createAsset method but it was deprecated. I searched on community regarding this I found the solution on this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/correct-api-to-create-asset-in-aem-pro...
Hi @sherinregiBy adding dependency of csrf.standalone and granite.jquery, It is working for both resourceType and path Servlet.For resourceType - granite.jquery only thisFor pathType - granite.jquery or csrf.standaloneThank you
Hi @sherinregi ,I already added for my resourceType servlet in excluded paths but it is not working. But now I converted to the path Type servlet then excluded the serlvet path then it is working fine. Thank you @sherinregi But can you please let me know why it is not worked with resourceType servle...
Hi,I have created a custom search component and in that I had written a html file and for backend side I created a resource type servlet and services. The servlet is working fine, it is giving me the correct response while tested with postman. But when i used that servlet api in my custom component ...