My server is Working correctly in 2 nodes and when i try to submit from dispatcher url, I got the below error: POST dispatcher/content/forms/af/generalformcs/generalform1/jcr:content/guideContainer/rootPanel/items/panel/items/summary.process.jsp 403 (Forbidden)
Solved! Go to Solution.
Views
Replies
Total Likes
Solved by Allowing Sticky sessions
open dispatcher.any, and add the below lines:
#Allowing Sticky sessions
/stickyConnectionsFor "/content"
/stickyConnections {
/paths {
"/"
}
}
by adding post to filter methods right?
What is your web server?
HTTPD
Solved by Allowing Sticky sessions
open dispatcher.any, and add the below lines:
#Allowing Sticky sessions
/stickyConnectionsFor "/content"
/stickyConnections {
/paths {
"/"
}
}
Views
Likes
Replies