I\'m trying to call a web server that is using relative URL redirects for some of the calls. This of course isn\'t working with DefaultHttpClient as it isn\'t treating it as
Have a look here: HttpClient 4 - how to capture last redirect URL
I would try getStatusLine() for start.
getStatusLine()