Hi Stéphane,
We are facing an issue with Gatling redirection. (Using Gatling 2.1.7)
We are loading rails server and trying to use (http://localhost:3000)
Our flow should do something like this: URL/sessions/new -> URL/session(authentication) -> Redirection to User Home -> rest of the operations.
What is happening is that after successful authentication it gets 302(redirection) to Homepage(as expected), but immediately after that is gets another 302 back to URL/sessions/new, and goes in a loop.
URL/sessions/new -> URL/session(authentication) -> Redirection to User Home -> Redirection to URL/sessions/new
Have you seen any such kind of an issue?
Regards,
Mayank