Not out of the box, no. To do this properly you'd have to have a Javascript interpreter running over the response body, checking to see if anything was automatically submitting the form (and there are an infinite number of ways an auto-redirect could be initiated in Javascript). It would be very fragile, unless you only needed to handle a set of specific auto-submit cases. Hope this helps, Sam On 29 November 2011 22:11, Yao Dong wrote: > I send a request to a web server. And the request is redirect to a auto-submit form > > >
> ... > > > I want this form could be submitted implicitly. Can httpclient do that? > > Thanks, > > --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org