Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Adobe AEM Forms Post Failed in dispatcher

Avatar

Level 4

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)

1 Accepted Solution

Avatar

Correct answer by
Level 4

Solved by Allowing Sticky sessions

 

open dispatcher.any, and add the below lines:

 

#Allowing Sticky sessions
/stickyConnectionsFor "/content"

/stickyConnections {
/paths {
"/"
}
}

View solution in original post

24 Replies

Avatar

Correct answer by
Level 4

Solved by Allowing Sticky sessions

 

open dispatcher.any, and add the below lines:

 

#Allowing Sticky sessions
/stickyConnectionsFor "/content"

/stickyConnections {
/paths {
"/"
}
}