private (browser) caches such as Firefox's or IE6's store requests (headers, or for POST requests, headers and the POST data as the body) as well as responses.
Is it possible to see these somewhere on your machine, or are they only stored in volatile memory (because they're not needed beyond the session)?
Is it possible to see these somewhere on your machine, or are they only stored in volatile memory (because they're not needed beyond the session)?
Comment