I have a request that initially responds with 102 status and then with 303. There are no redirections between the calls. 102 just states that “the request will take longer to respond to”.
I would like to check the 303 status, but I’m able to check only the first 102…If I do not specify the status check, it checks the default status check of gatling ( status.find.in([200, 209], 304), found 102
Is it a way in Gatling to check the second status of the same request?