From llefton at math.gatech.edu Fri Sep 9 11:57:08 2005 From: llefton at math.gatech.edu (Lew E. Lefton) Date: Fri Sep 9 12:06:32 2005 Subject: [HTTP-Recorder] Using http-recorder with https sites Message-ID: <4321B0D4.3050107@math.gatech.edu> Hi, Did you ever get HTTP::Recorder to record https sites? I am having similar problems. Thanks, Lew Lefton From llefton at math.gatech.edu Fri Sep 9 12:18:06 2005 From: llefton at math.gatech.edu (Lew E. Lefton) Date: Fri Sep 9 12:18:20 2005 Subject: [HTTP-Recorder] Problem with https recording Message-ID: <4321B5BE.804@math.gatech.edu> Hi, I'm having a problem recording https pages. The Recorder and Proxy are launched from this script: --------------------------------------------------- #!/usr/bin/perl use strict; use warnings; use HTTP::Proxy; use HTTP::Recorder; my $proxy = HTTP::Proxy->new( port => 3333 ); # create a new HTTP::Recorder object my $agent = new HTTP::Recorder; # set the log file $agent->file("/tmp/mechanize_log"); # set HTTP::Recorder as the agent for the proxy $proxy->agent($agent); #start the proxy $proxy->start(); 1; --------------------------------------------------- Then I launch my browser (I tried firefox, opera and konqueror) with all traffic going to the proxy localhost on port 3333. The http://http-recorder/ url comes up fine and I enter a secure site URL (say https://www.math.gatech.edu ) into the "Goto page" box. The log shows the secure site as an $agent->get action but then no other traffic is recorded while interacting with the site. Is this just a limitation of the HTTP::Recorder module or am I doing something incorrectly? Thanks! Lew Lefton From leira at MIT.EDU Mon Sep 12 13:19:33 2005 From: leira at MIT.EDU (Linda L. Julien) Date: Mon Sep 12 13:19:51 2005 Subject: [HTTP-Recorder] Problem with https recording In-Reply-To: <4321B5BE.804@math.gatech.edu> References: <4321B5BE.804@math.gatech.edu> Message-ID: <4325B8A5.3050108@mit.edu> Hi Lew, Lew E. Lefton wrote: > The http://http-recorder/ url comes up fine and I enter a secure site > URL (say https://www.math.gatech.edu ) into the "Goto page" box. The > log shows the secure site as an $agent->get action but then no other > traffic is recorded while interacting with the site. I suspect the problem isn't the HTTPS at all, but rather that you're following one of the JavaScript links, or an image map on one of the subsequent pages. The JavaScript isn't something I can fix any time soon -- until WWW::Mechanize or some other playback module can play it back, it wouldn't be useful for me to be able to record it. Image map support would be possible to add. I've added a ticket for it at https://rt.cpan.org/Ticket/Display.html?id=14554 If you tell me exactly which links you were trying to follow, I could look into it in more detail. I successfully recorded the following, but those were normal links, not js or image maps: $agent->get('https://www.math.gatech.edu'); $agent->follow_link(text => 'People News/Announcements', n => '1'); $agent->follow_link(text => 'people ', n => '1'); Linda From zawwinhtike at gmail.com Sun Sep 18 23:06:49 2005 From: zawwinhtike at gmail.com (Zaw Win Htike) Date: Sun Sep 18 23:26:34 2005 Subject: [HTTP-Recorder] Let's share photos Message-ID: <123420475.1127099209761.JavaMail.ringo@ringo2.tickle.com> Hi I'm updating my address book. Please click on the link below and enter your contact info for me: http://www.ringo.com/i.html?i=120168042x723186&homeEmail=http-recorder%40lists.bestpractical.com&firstName=http-recorder&lastName= I'm using a new, free service where I put in my contact info for you, you put in your contact info for me, and everyone stays up to date automatically. It's surprisingly easy and useful. Thanks for your help. Zaw Win Htike Don't receive any more invitations from Zaw Win Htike: http://www.ringo.com/friends/invite/block.html?memberId=120168042&email=http-recorder%40lists.bestpractical.com Don't receive any more invitations from anyone: http://www.ringo.com/friends/invite/block.html?email=http-recorder%40lists.bestpractical.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.bestpractical.com/pipermail/http-recorder/attachments/20050918/f5411e68/attachment.htm