I need to check if the server has modified the contents of a page so that I can retrieve that page again. I tried using "Last-Modified" and "ETag" options of header response with httpClient method. But in many pages these values are missing. is there any other way to handle this in JAVA code or any opensource TOOL which does this.I need to check if the server has modified the