Reputation: 2202
I'm browsing through the Angie's List website with my Fiddler extension open in Chrome, and after each page load, Fiddler captures an XHR response for that page (I believe it's just a pixel tracker indicating the event that I visited a new page). I'd like to be able to capture the content of these responses automatically in a CSV file. So for example if I run "python getXHR.py http://www.angieslist.com" I'd want my csv output file to append:
angieslist.com,http://536371345.log.optimizely.com/event?a=536371345&d=536371345&y=fal...
How can I do this? I know Python better than other languages, but other languages are fine. If there is a way to do this directly through Fiddler/Firebug that's fine too.
Upvotes: 0
Views: 1692