Hello, First, thanks for the very helpful HttpClient that you have developed.
A question around the PostMethod class; the javadoc tells me that according to some RFC it should not be possible to "automatically" follow a redirect when I send posted data to a certain page. However, I need to do just that, send data to an URL through post which is redirecting me to a page with results from a query. How do I handle this? Can I in some way force the PostMethod to allow me to be redirected? Best regards, Magnus