Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
just another idea - did you try to set the ClientPNames.ALLOW_CIRCULAR_REDIRECTS parameter on the httpClient?
Regards,
Anders
SmartBear Sweden
just another idea - did you try to set the ClientPNames.ALLOW_CIRCULAR_REDIRECTS parameter on the httpClient?
import com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport
HttpClientSupport.getHttpClient().getParams().setParameter( ClientPNames.ALLOW_CIRCULAR_REDIRECTS, true )
Regards,
Anders
SmartBear Sweden