Is way to know when a webpage is refreshed based on the information in a packet? I ran Wireshark for different websites, and refreshed them when the capturing was in progress. I couldn't find a concrete pattern as to which packet in particular indicates that the page has been refreshed. asked 14 Feb '12, 11:51 Rhiya edited 14 Feb '12, 12:10 multipleinte... |
One Answer:
There is no guarantee that refreshing a webpage in your browser will actually generate a new request to the server since modern browsers aggressively cache content from servers. Detecting this condition will be dependent upon the specific browser being used and the specific contents of the page being viewed. answered 14 Feb '12, 12:07 multipleinte... |