I browsed a lot of data (lets say visited 30 websites) and saved all the traffic in tcpdump using wireshark. I want to know the caching time(max age) for all the objects in all the websites. Is there any smart way to accurately get caching life for the objects?
Issue: In http response when you get the caching age it just tells you the file type, how we can relate to each response with the correct request.
Thansk