From Dam, I have uploaded a html and js files, For that dam js, I am posting the formdata to servelt using ajax call, the request will entered into the dopost method but request parameter are getting empty.
we are logging from the external website, then that website post the login details to the /content/XXXX.html.I am getting those details using1. http://localhost:4502/system/console/configMgr2. Search for 'Apache Sling Referrer Filter'3. Remove POST method from the filter. Then you can call your POST...
Hi @arunpatidar , I have verified through Ip it is working like I have logged into crxde with admin credentials and using /system/sling/logout, I am able to logged out from the session.So I am thinking it is an issue with dispatcher or saml.when we logout from the saml session, is it possible to log...
Hi @arunpatidar , I have updated the dispatcher configuration, still I am facing from the 404 error in publish instance. Could you please help me on this.
Hi,We have intregated the AEM Publisher instance to SAML. We want to implement the logout functionality for the application.We are successfully logout from the SAML session somehow AEM Session is still there, because we see the login-token cookie in the browser even after the SAML logout.In Author i...
We have added the Image locked the component and also added the layout container which is unlocked in the template, and we have created the page using that template.we can see the image and the layoutcontainer in the author.We can also see the image and the layoutcontainer with Publisher IP.when we ...
Our requiremnt is we need to get the ClientIp from dispatcher/ anywhere from AEM and pass it to the API which is already in place, that API will give the response.
@Asutosh_Jena_ how gonna we call the above function from frontend, I mean do we need pass request parameter in the above function,if yes can you help me out how we gonna pass the paramters request. I have attached the screenshots below both function and how are we calling this function from fronten...