Adding the follow_redirect parameter to the get and post methods enables one to test certain areas of an application without adding load on other areas. For example, if you only want to load test your user logins but do not want to add load to any of the following pages, you can do so by calling the get or post methods with follow_redirect=False.
Adding the follow_redirect parameter to the get and post methods enables one to test certain areas of an application without adding load on other areas. For example, if you only want to load test your user logins but do not want to add load to any of the following pages, you can do so by calling the get or post methods with follow_redirect=False.