I know I can check the last modification time with
wget -S http://www.staticpage.com
as long as the page is static. But when doing the same to a dynamic page I always get the present time.
So, what is the less intrusive way to ask a site if a page has changed since some arbitrary time or when the page was updated the last time. I obviously could download the whole page and compare with the content I have saved on file, but I want to reduce overhead.