I have a set of requests where I need to extract Cookies from previous redirects. Unlike Postman, as I was told here a few days ago (Discord), Apidog cannot extract Cookies from previous redirects. So I selectively disabled redirects for some requests and execute these redirect requests manually. This works for me.
However, when trying to run several requests automatically (scenario in Testings), I found that redirects are executed automatically even if they are disabled in the request! And this breaks the logic of my requests, because the scripts in the requests cannot extract the needed cookie from the automatic previous redirects. I cannot find where to disable them for the scenario. Please help with this.
Hello, could you verify the redirection settings in the scenario steps confirm that the version is above 2.0.0? If you can, a screenshot would help us identify the problem.
Version higher than 2.0.0. Redirection is disabled for this request in the settings. But during testing redirections still occur.
Thanks for the feedback.We will fix this issue as soon as possible.