Hello Everyone,We added /apps/cq/Page/POST.jsp which has AEM forms specific logic to fetch "authToken" and forward request using blow line of code:slingRequest.getRequestDispatcher(currentPage.getPath() + ".html", options).forward(requestWrapper, response);After adding above logic in /apps/cq/Page/...