Does anyone know a free proxy server for Windows that can be used to view the sent and received packets?
Teddy ----- Original Message ----- From: "Colin Magee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 19, 2004 7:45 PM Subject: RE: Viewing exchange between browser and website Bret et al Thanks for the suggestions on this. I cracked the login problem over the weekend - as Bret points out below, the biggest help in ascending order of importance was: 1. Installing a proxy server to view what gets sent and received using the interactive browser 2. Using HTTP::Cookies in conjunction with WWW::MEchanize in the script; when I used HTTP::Cookies with LWP::Useragent only (what I was doing before using the examples in the "Perl and LWP" book) it was not effective - with the $mech_agent it works properly and the site grabs the cookie info whenever it's needed.
