Hi, is there any way to view the response header of an http call ?
I'll be more specific. I need to see when a resource (pointed by an URL on the web) has been modified. Knowing the date of the last modification i decide if download it or not. I think that a way to do that is watching the header of an http call. Any suggestions ?
I'll be more specific. I need to see when a resource (pointed by an URL on the web) has been modified. Knowing the date of the last modification i decide if download it or not. I think that a way to do that is watching the header of an http call. Any suggestions ?