My question is pretty similar to that except but I need only the header of the response in order to reduce battery consomation.
Asked
Active
Viewed 192 times
2 Answers
3
You need to make a HEAD request. In the http protocol this will return to you only the Header of the response.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4
This can be done in android using HttpHead

Michael Allen
- 5,712
- 3
- 38
- 63