Redirects

Hi,

We have web requests(Sign-in) which re-directs to 302, 200 and 200. But when we execute the step in Gatling, it stops at 2nd request and not able to proceed for 3rd redirect. Whereas it was not the case in HP loadrunner.

Could you please advice how to resolve this issue in gatling. Please not that in third request the host is different that the first two requests.

Use case:
1.Post sign-in details with user id and password (e.g. www.secure.xxxx.com\homepage) https status code: 302
2.first requests redirects to 302 (e.g. www.secure.xxxx.com\homepage?v=n_type) https status code:200
3.second request redirects to 200 (e.g. www.xxxx.com\home) http status code:200

Mohana Reddy