Tuesday, March 10, 2015

Warning -26695: Redirection depth (3) exceeds max (2) for "https://" in loadrunner script while replaying

Warning -26695: Redirection depth (3) exceeds max (2) for "https://" in loadrunner script while replaying When this scripting issue occurs - Do the following :


It can be solved in 2 ways . :

Option 1 # : Update/Insert the key value "MaxRedirectionDepth=<>" in the default.cfg file.

Option 2 # : Add web_set_option("MaxRedirectionDepth","<>",LAST); in the script just before the request.

No comments:

Post a Comment