Request with multiple responses

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?

No, there isn’t. The only intermediate response Gatling supports is 100:Continue.

Note: 102 is deprecated and should’t be used anymore : 102 Processing - HTTP | MDN

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.