Rename redirect requests

Hi,

I just wanted to know if there is a way to rename a request issued from a redirect. In my scenario I have a post request renamed to “MyForm” and then I am redirected to another page that appears as “MyForm Redirect 1” on the reports. Is there a way to rename it to “MyRedirectedPage” ?

Thanks,
Julien

Hi Julien,

followRedirect is intended to provide transparent redirecting.
If you want to gain control over the redirected requests, you have to
disable it and add the missing requests into your scenario.

Cheers,

Stéphane

Okay,

Thanks Stephane