You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Dave Seidel <da...@mindreef.com> on 2005/04/22 21:55:46 UTC

Redirection question

I notice that although HttpClient handles redirection automatically, if the
original URL contains a query string it is dropped on the redirected
request.  So this prompts two questions:
 
1. Is this expected behavior?
 
2. If so, is there any way to configure HttpClient to retain the query
string on redirection?
 
- Dave