Is there a way to get the value of a specific header using the HttpResponse object returned by the HttpClient execute() method in Andr
HttpResponse
HttpClient
execute()
Please try HttpResponse.getAllHeaders() for printing headers and for printing cookie in Headers.
HttpResponse.getAllHeaders()
response.getHeaders("Set-Cookie")