> > We are using HttpClient version 4.2.5 and we did try the > option client.getParams().setParameter(ClientPNames.ALLOW_CIRCULAR_REDIRECTS, > true);, however this hits maximum redirects hits occurred around 100. >
Don't you want to set that to 'false'? I believe that you can also set MAX_REDIRECTS. I have been successful in disabling circular redirect checking.
