request headers (and bodies) are cached too: where?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • geekpie
    New Member
    • Jul 2007
    • 6

    request headers (and bodies) are cached too: where?

    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)?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    You can view them in real-time with the Firefox extensions LiveHTTPHeaders or TamperData.

    Comment

    • geekpie
      New Member
      • Jul 2007
      • 6

      #3
      that's a useful extension; do you know where the request headers are stored during a session though? On disk (in which case can I view them) or volatile storage?

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        Don't know. .

        Comment

        Working...