http://www.perlmonks.org?node_id=1020658


in reply to Re^5: Unable to Install HTTP::Proxy
in thread Unable to Install HTTP::Proxy

It seem to work...

Now set a copy of it running and go into your browser and configure it to use the proxy.

Then go to somewhere like youtube and navigate your way around a bit; watch a couple of videos and stuff. Still working?

The try your favorite ajax-heavy site -- gmail or similar. Still working?


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^7: Unable to Install HTTP::Proxy
by Anonymous Monk on Feb 26, 2013 at 10:59 UTC
Re^7: Unable to Install HTTP::Proxy
by karlgoethebier (Abbot) on Feb 26, 2013 at 11:12 UTC
    "Still working?"

    Yet another good question. I'll try this.

    Regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

Re^7: Unable to Install HTTP::Proxy
by karlgoethebier (Abbot) on Feb 26, 2013 at 11:48 UTC
    "Still working?"

    Not really. youtube works as well as heise.

    But telekom is broken.

    Very often i get [Tue Feb 26 12:29:10 2013] (1080) ERROR: Getting request failed: Client closed from the proxy script and a message in firefox that the proxy rejects that connection - from a arbitrary page.

    And performance is bad. It seems that it lasts very much longer that a page is rendered as without the proxy.

    #!c:/perl/bin/perl.exe use strict; use warnings; use HTTP::Proxy; my $proxy = HTTP::Proxy->new(); $proxy->port(3128); $proxy->start;

    Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»