My question is pretty similar to that
except but I need only the header of the response in order to reduce battery consomation.
My question is pretty similar to that except but I need only the header
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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