Hi all, As we know we can enable/disable following redirect by setFollowingRedirect() in HttpMethodBase. But how to limit the redirect count during a fetching process?
I found the HttpClientParams.MAX_REDIRECTS attribute may affect the redirect count. But how to set it? I cannot find a explicitly interface to set this value. Best regards, Feng