in reply to Re: This does not work
in thread gmail from perl

I dont' think so. I also tested it against an in-house app on IE that is known to pass all kinds of stuff to and from the server, all in JS code-- HTTP::Recorder captured no traffic at all.

Something about JavaScript makes interaction with the server invisible. I really like HTTP::Recorder, I wish I could figure out to expose that traffic.

Replies are listed 'Best First'.
Re^3: This does not work
by perrin (Chancellor) on Jun 14, 2004 at 21:51 UTC
    Sorry, but I think you've configured something wrong or else the stuff you believe is being loaded from the server was pre-loaded in some way. The server only handles HTTP, so anything fetched from it must use HTTP, which means it must go through your HTTP proxy, which is dumping everything to HTTP::Recorder. Ther is nothing magical about JavaScript.