From archana at teneoris.com Wed Jun 1 05:03:15 2005 From: archana at teneoris.com (Archana Gudi) Date: Wed Jun 1 05:08:55 2005 Subject: [HTTP-Recorder] Re: Need help to start with HTTP::Recorder In-Reply-To: <1117605592.4294.60.camel@archana.teneoris.com> References: <1117455904.4294.56.camel@archana.teneoris.com> <1117605592.4294.60.camel@archana.teneoris.com> Message-ID: <1117616595.4294.66.camel@archana.teneoris.com> On Wed, 2005-06-01 at 11:29, Archana Gudi wrote: > On Mon, 2005-05-30 at 17:55, Archana Gudi wrote: > > Hi , > > I am new to HHTP::Recorder. > > I want to generate a perl script using HTTP::Recorder to record the > > procedure to login to my yahoo account. > > > > I have a PC with one eth interface and ip address is 192.168.1.20 on > > which i am using mozilla browser. I can reach internet using proxy > > 192.168.1.30:3128. > > I have set options no proxy for local host and 127.0.0.1. > > > > > > Whenever i tried to use the sample scripts listed mailing lists, i don't > > see any script being generated, though 'Showwindow' option is set to 1. > > > > Script 'test1.pl' goes like this, > > --------------------------------------------------------------------------------------------------------- > > > > use HTTP::Proxy; > > use HTTP::Recorder; > > > > my $agent = HTTP::Recorder->new( file => "/tmp/tmpfile",showwindow => > > 1); > > print "agent is $agent \n"; > > > > # initialisation > > my $proxy = HTTP::Proxy->new; > > print "proxy is is $proxy \n"; > > $proxy->host( "192.168.1.20" ); # the classical accessors are here! > > $proxy->port( 3128 ); # the classical accessors are here! > > > > $proxy->logmask( ALL ); > > $proxy->agent( $agent ); > > $proxy->start; > > print "...1111\n"; > > ~ > > --------------------------------------------------------------------------------------------------------- > > > > > > > > After executing the script using 'perl test1.pl' nothing happens. > > I can't see any tmpfile or anything. Could anyone of you help me getting > > started? > > > > > > Appreciate your help. > > > > thanks, > > Archana > > > > > > > > > > > > From archana at teneoris.com Wed Jun 1 02:05:47 2005 From: archana at teneoris.com (Archana Gudi) Date: Wed Aug 10 11:38:42 2005 Subject: [HTTP-Recorder] Need help to start with HTTP::Recorder In-Reply-To: <1117455904.4294.56.camel@archana.teneoris.com> References: <1117455904.4294.56.camel@archana.teneoris.com> Message-ID: <1117605592.4294.60.camel@archana.teneoris.com> On Mon, 2005-05-30 at 17:55, Archana Gudi wrote: > Hi , > I am new to HHTP::Recorder. > I want to generate a perl script using HTTP::Recorder to record the > procedure to login to my yahoo account. > > I have a PC with one eth interface and ip address is 192.168.1.20 on > which i am using mozilla browser. I can reach internet using proxy > 192.168.1.30:3128. > I have set options no proxy for local host and 127.0.0.1. > > > Whenever i tried to use the sample scripts listed mailing lists, i don't > see any script being generated, though 'Showwindow' option is set to 1. > > Script 'test1.pl' goes like this, > --------------------------------------------------------------------------------------------------------- > > use HTTP::Proxy; > use HTTP::Recorder; > > my $agent = HTTP::Recorder->new( file => "/tmp/tmpfile",showwindow => > 1); > print "agent is $agent \n"; > > # initialisation > my $proxy = HTTP::Proxy->new; > print "proxy is is $proxy \n"; > $proxy->host( "192.168.1.20" ); # the classical accessors are here! > $proxy->port( 3128 ); # the classical accessors are here! > > $proxy->logmask( ALL ); > $proxy->agent( $agent ); > $proxy->start; > print "...1111\n"; > ~ > --------------------------------------------------------------------------------------------------------- > > > > After executing the script using 'perl test1.pl' nothing happens. > I can't see any tmpfile or anything. Could anyone of you help me getting > started? > > > Appreciate your help. > > thanks, > Archana > > > > > >