Yes, I did.
I tested it on the local dispatcher, When committed to the allowed path, The path is not found, and it worked again when uncommented. So I think the filters is working correctly
Thanks, @shashi_c .You probably misunderstood something. I registered the sling servlet that I mentioned above as resourceType with selector = 'dataForm' and extension = 'json'. the path bin/pdf/view is another servlet.
Hi everyone, I'm facing an issue when accessing a servlet (POST) via ajax from dispatcher.Everything works well in my local and author mode.I've removed POST method in "com.adobe.granite.csrf.impl.CSRFFilter.cfg" as well as allowed the path in filters.any.Here's my config: Remove for privacyDo you g...
Thanks for sharing, I can get the access token via postman.
I have one question, Do you have any document to generate the access token by Java or something like that. I very much appreciate you.
Thank you
Hi everyone. I'm facing an issue when trying to get an access token in order to insert data into the adobe campaign
I've been trying to use a solution from https://adobe-consulting-services.github.io/acs-aem-commons/features/adobe-io-apis/index.html to generate the access token automatically and can...