android - How can I get the URL of an HTTPResponse -
how can url of httpresponse? tried:
response.getheaders("locations")
but obtained:
11-15 21:14:03.355: info/system.out(880): [lorg.apache.http.header;@43ea9568
you maybe thinking of redirecting client new url in case want set location
not locations
requests have urls, responses data packets sent client.
Comments
Post a Comment