How to control redirects

Hi All,

I have recorded 7 request for a launch page in which first request i.e. html page need to be redirected only once. When I used .disableFollowRedirect it will disable all the redirects inplace of showing 8 request it will show time of 7 request. If I use maxredirects(1), It increases 1 redirect in rest of the calls and shows combined time.

Let me know how to disable redirect for other request.

Sorry, I don’t get what you want exactly, so I’m just shooting in the dark.

disableFollowRedirect can be configured globally, but also per request, so you can have fine grain control over this behavior.
maxredirects is just a security for infinite redirect loops.