Hi Karl, DefaultRedirectStrategy will follow redirects depending on the HTTP method used. GET and HEAD requests should follow the redirects, PUT and POST won’t. In case of POSTs one can use LaxRedirectStrategy. If none of these methods are used, you’ll have to implement your own RedirectStrategy, e.g. by extending DefaultRedirectStrategy and overriding „isRedirectable“.
Regards, Florian > Am 16.02.2016 um 22:58 schrieb Karl Wright <daddy...@gmail.com>: > > HttpClientBuilder