Redirects

Noredir

Handling of redirects:

0 – redirects are processed;
1 - redirects are ignored.

By default Web Roller handles redirects. Thus, if a redirect is obtained in response to a HTTP request, Web Roller will make an additional request to the location specified by the redirect. If yet another redirect is obtained, another request will be made, and so on. By default the total time of processing all redirects in a series is accounted as the response time for the current request. If some of the requests in this chain of redirects results in an error, the request is accounted as failed and the respective error code is written to the test report.


Sumredirecttime

Defines whether to add up request times for redirected requests:

0 – redirect times are not added, only the response time of the very first request is written to the report;
1 - redirect times are added, the total for all redirects is written in the report.