[web] something to save http requests?

Started by
0 comments, last by John H 18 years, 9 months ago
does anybody know a way to save a history of http requests? i'm interested in writing a perl script or something to automate some repetitive things i do. what i want to do is use internet explorer (or whatever browser) to do a series of tasks, accessing a website, establish a session and do a series of GET and POST operations, and save everything i do to a text file or something, then have my perl script open that file and read it line by line and repeat the same steps so i don't have to do a lot of repetitive work. i'm reading about perl and LWP so i think i'll be able to figure out how to do all the http stuff, but i'm wondering if it's possible for me to automatically save a series of steps to a file. thanks :)
Advertisement
You could try HTTProbe or IE HTTP Analyzer. [smile]

There's many others. I just googled for http request analyser.

This topic is closed to new replies.

Advertisement