Server redirected too many times

I’m getting an error “java.net.ProtocolException: Server redirected too many times (20))”
The site i’m testing has many legitimate redirects can someone help with how to configure Katalon to accept more redirects?

I have no answer but these links might help:

Thanks for the rapid feedback - really appreciate it :slight_smile:
Yup i saw the same pages but none say how to configure Katalon to use options like http.maxRedirects.
Maybe I should say that i’m getting this error from running WebUI.verifyAllLinksOnCurrentPageAccessible

Hi do we have any updates for above issue. For my application test case i get the same error when i added - verifyAllLinksOnCurrentPageAccessible step. Is there any way to identify if it’s tool related or Code issue of application. Any help is greatly appreciated

16:54:32.705 FAILED Unable to send request (Root cause: java.net.ProtocolException: Server redirected too many times (20))
16:54:32.706 INFO Checking request object

guys, did you try to use

System.setProperty("http.maxRedirects", "999");on start of your scripts?