[HTTP-Recorder] Re: HTTP-Recorder Digest, Vol 12, Issue 1
jaya sim
jayasim_it at yahoo.com
Fri Dec 2 01:05:38 EST 2005
Hi,
If your problem is the one that you cant able to record the javascript actions then if you try with HTTP-Recorder-0.03_01.tar.gz this version of recorder it would able to record the action...if you used that try to use HTTP-Recorder-0.05.tar.gz
then you would be able to get the javascript action recorded.The latest version of recorded is rebuilt to record the javascript actions
Thnaks.
Jayasim.
http-recorder-request at lists.bestpractical.com wrote: Send HTTP-Recorder mailing list submissions to
http-recorder at lists.bestpractical.com
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/http-recorder
or, via email, send a message with subject or body 'help' to
http-recorder-request at lists.bestpractical.com
You can reach the person managing the list at
http-recorder-owner at lists.bestpractical.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of HTTP-Recorder digest..."
Today's Topics:
1. Fw: Problem:Can't locate object method "query_param" via
package (guruprashadminhas at hsbc.co.in)
2. Re: Fw: Problem:Can't locate object method "query_param" via
package (Michael Peters)
3. RE: Fw: Problem:Can't locate objectmethod "query_param" via
package (Ivan Pechorin)
4. Re: Fw: Problem:Can't locate object method "query_param" via
package (Alex Kapranoff)
----------------------------------------------------------------------
Message: 1
Date: Thu, 1 Dec 2005 12:16:27 +0530
From: guruprashadminhas at hsbc.co.in
Subject: [HTTP-Recorder] Fw: Problem:Can't locate object method
"query_param" via package
To: http-recorder at lists.bestpractical.com
Message-ID:
Content-Type: text/plain; charset=US-ASCII
Hi,
Can some one please suggest a way to fix the issue explained below, also is
there any way to make HTTP recorder work/handle Java Scripts.
Thanks,
Guru Prashad
>
> Hi,
>
> My name is Kotra Kiran Kumar .I am working in HSBC Software ,Pune,India
.I
> installed Http::Recorder perl modules .When I am trying to run
> http-recorder I am getting code when I moved from one page to another
page
> through links.But when I submits any form in the web page the proxy
> program(which is running in command prompt) is terminating by showing the
> below message.Http recorder also stops working.
>
> Can't locate object method "query_param" via package
> "rec-action=submitform&rec-
> formname=_fCustomLogin&rec-formnumber=1&rec-form1-hidden-
> %25%25ModDate=1&%25%25M
> odDate=0000002800000540&rec-form1-unknown-
> Username=1&Username=kirankumar2+kotra&
> rec-form1-password-Password=1&Password=oceanllan&rec-form1-hidden-
> RedirectTo=1&R
> edirectTo=%2FHSDIApplications%2Fdiscuss.nsf%2F" (perhaps you forgot to
> load
> "rec
> -action=submitform&rec-formname=_fCustomLogin&rec-formnumber=1&rec-form1-
> hidden-
> %25%25ModDate=1&%25%25ModDate=0000002800000540&rec-form1-unknown-
> Username=1&User
> name=kirankumar2+kotra&rec-form1-password-
> Password=1&Password=oceanllan&rec-form
> 1-hidden-RedirectTo=1&RedirectTo=%2FHSDIApplications%2Fdiscuss.nsf%2F"?)
> at
> C:/P
> erl/site/lib/HTTP/Recorder.pm line 352.
>
> Can you please help me in solving the problem.Quick reply will be
> appreciated.
>
> Thanks and Regards,
> KOTRA KIRAN KUMAR
> GLTi 2.0
> Off No:020 5642 2194
>
>
> ************************************************************
> HSBC Software Development (India) Pvt Ltd
> HSBC Center Riverside,West Avenue ,
> 25 B Kalyani Nagar Pune 411 006 INDIA
>
> Telephone: +91 20 26683000
> Fax: +91 20 26681030
> ************************************************************
>
>
> -----------------------------------------
> ***********************************************************************
> This e-mail is confidential. It may also be legally privileged.
> If you are not the addressee you may not copy, forward, disclose
> or use any part of it. If you have received this message in error,
> please delete it and all copies from your system and notify the
> sender immediately by return e-mail.
>
> Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability
> for any errors or omissions.
> ***********************************************************************
>
-----------------------------------------
******************************************************************
This message originated from the Internet. Its originator may or may
not be who they claim to be and the information contained in the
message and any attachments may or may not be accurate.
******************************************************************
************************************************************
HSBC Software Development (India) Pvt Ltd
HSBC Center Riverside,West Avenue ,
25 B Kalyani Nagar Pune 411 006 INDIA
Telephone: +91 20 26683000
Fax: +91 20 26681030
************************************************************
************************************************************
HSBC Software Development (India) Pvt Ltd
HSBC Center Riverside,West Avenue ,
25 B Kalyani Nagar Pune 411 006 INDIA
Telephone: +91 20 26683000
Fax: +91 20 26681030
************************************************************
------------------------------
Message: 2
Date: Thu, 01 Dec 2005 10:00:05 -0500
From: Michael Peters
Subject: Re: [HTTP-Recorder] Fw: Problem:Can't locate object method
"query_param" via package
To: guruprashadminhas at hsbc.co.in
Cc: http-recorder at lists.bestpractical.com
Message-ID: <438F0FF5.3050505 at plusthree.com>
Content-Type: text/plain; charset=ISO-8859-1
guruprashadminhas at hsbc.co.in wrote:
> also is
> there any way to make HTTP recorder work/handle Java Scripts.
There sure is. Write a JavaScript interpreter in Perl that can also parse HTML
(and CSS) and create a Document Object Model. But make sure it's configurable so
that it can behave like either IE, or Mozilla (or Safari or Opera, etc).
So it can be done, but it's a monumental task. It basically means that you need
to write an entire browser in Perl with no visual components.
--
Michael Peters
Developer
Plus Three, LP
------------------------------
Message: 3
Date: Thu, 1 Dec 2005 19:09:41 +0300
From: "Ivan Pechorin"
Subject: RE: [HTTP-Recorder] Fw: Problem:Can't locate objectmethod
"query_param" via package
To:
Cc: guruprashadminhas at hsbc.co.in
Message-ID: <009f01c5f691$a6c3d570$677954c2 at moscow.cma.ru>
Content-Type: text/plain; charset="us-ascii"
Hello, people!
Michael Peters wrote:
>> also is
>> there any way to make HTTP recorder work/handle Java Scripts.
> There sure is. Write a JavaScript interpreter in Perl that can also parse
HTML (and CSS) and create a Document Object Model. But make sure it's
configurable so that it can behave like either IE, or Mozilla (or Safari or
Opera, etc).
> So it can be done, but it's a monumental task. It basically means that you
need to write an entire browser in Perl with no visual components.
Another way is to use Mozilla's C implementation of Javascript:
http://www.mozilla.org/js/spidermonkey/
I suppose that this is much easier task.
Best regards,
Ivan Pechorin.
------------------------------
Message: 4
Date: Thu, 1 Dec 2005 19:21:23 +0300
From: Alex Kapranoff
Subject: Re: [HTTP-Recorder] Fw: Problem:Can't locate object method
"query_param" via package
To: Michael Peters
Cc: guruprashadminhas at hsbc.co.in,
http-recorder at lists.bestpractical.com
Message-ID: <20051201162123.GA76391 at capella.park.rambler.ru>
Content-Type: text/plain; charset=us-ascii
* Michael Peters [December 01 2005, 18:00]:
> guruprashadminhas at hsbc.co.in wrote:
> > also is
> > there any way to make HTTP recorder work/handle Java Scripts.
>
> There sure is. Write a JavaScript interpreter in Perl that can also parse HTML
> (and CSS) and create a Document Object Model. But make sure it's configurable so
> that it can behave like either IE, or Mozilla (or Safari or Opera, etc).
>
> So it can be done, but it's a monumental task. It basically means that you need
> to write an entire browser in Perl with no visual components.
One can use an Open Source JavaScript engine to ease the task.
Basically, bricks are there on CPAN: parse HTML to DOM, employ
Spidermonkey to execute the included scripts to emulate a Gecko-based
browser without visuals, keyboard or mouse.
But the task is of course nevertheless monumental.
--
Alex Kapranoff,
$n=["1another7Perl213Just3hacker49"=~/\d|\D*/g];
$$n[0]={grep/\d/,@$n};print"@$n{1..4}\n"
------------------------------
_______________________________________________
HTTP-Recorder mailing list
HTTP-Recorder at lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/http-recorder
End of HTTP-Recorder Digest, Vol 12, Issue 1
********************************************
---------------------------------
Yahoo! Personals
Skip the bars and set-ups and start using Yahoo! Personals for free
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/http-recorder/attachments/20051201/c36c4183/attachment.htm
More information about the HTTP-Recorder
mailing list