Setting up a Proxy to record Firefox requests

Posted by Marco on Stack Overflow See other posts from Stack Overflow or by Marco
Published on 2010-02-05T08:46:39Z Indexed on 2010/04/13 11:03 UTC
Read the original article Hit count: 290

Filed under:
|
|

I'm using Ruby+Watir to request pages through Firefox.

I would like to record the headers and content of every http request made through the browser.

Would it be possible to configure a proxy solution to store this information, either in a file or pipe it straight into an application? Could I use something such as squid or nginx to record header/content information?

PS: Running Ubuntu x64.

© Stack Overflow or respective owner

Related posts about ubuntu

Related posts about proxy