[HTTP-Recorder] http-recorder adding ",1" to all input fields
Tom Dryden
tdryden at comcast.net
Sat Jul 10 13:35:59 EDT 2004
Hi
Yes, I am using 0.03_01, here here are the symptoms, with Mozilla 1.5 I
don't see any window at all.
With Opera 7.23 I get an empty window and the following popup message
"the address is not available from this machine http://http-recorder"
when ever I move to a new page.
The scripts are being recorded to the log file.
here is the script I am using to start it up:
> #!/usr/bin/perl
>
>
> use HTTP::Proxy;
> use HTTP::Recorder;
>
>
> my $proxy = HTTP::Proxy->new();
>
>
> # create a new HTTP::Recorder object
> my $agent = new HTTP::Recorder;
>
>
> # set the log file (optional)
> $agent->file("/tmp/myfile");
>
>
> # show control panel
> $agent->showwindow(1);
>
>
>
>
> # set HTTP::Recorder as the agent for the proxy
> $proxy->agent( $agent );
>
>
>
>
> # start the proxy
> $proxy->start();
>
>
> 1;
Thanks for your time
Tom
Ivan Pechorin wrote:
>Hello!
>
>
>
>>I am having problems getting the console to
>>display.
>>
>>
>
>Tom, which version of HTTP::Recorder do you use? You should use 0.03_01:
>
>http://search.cpan.org/CPAN/authors/id/L/LE/LEIRA/HTTP-Recorder-0.03_01.tar.gz
>
>Please, try it and let us know if you still experience problems with the
>console.
>
>_______________________________________________
>HTTP-Recorder mailing list
>HTTP-Recorder at lists.bestpractical.com
>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/http-recorder
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/http-recorder/attachments/20040710/add88958/attachment.htm
More information about the HTTP-Recorder
mailing list