set IE enviroment to use HTTP::Proxy module?

J

jck11

Hi all,
I just want to test a perl module HTTP::porxy.
I find the example code below and run it in the windows command line.
But I don't know how to set my browser(IE) to use the proxy.
Can somebody help me?

use HTTP::proxy;
my $proxy = HTTP::proxy->new(
port => 3128,
logfh=>'d:\temp\proxy.log',
logmask=>ALL);
$proxy->start;
 
B

Ben Morrow

Quoth "jck11 said:
Hi all,
I just want to test a perl module HTTP::porxy.
I find the example code below and run it in the windows command line.
But I don't know how to set my browser(IE) to use the proxy.

This has nothing to do with Perl. I would suggest you read the Help
files for IE.

Ben

(I'm sure it's in there *somewhere*...)
 
J

J. Gleixner

jck11 said:
Hi all,
I just want to test a perl module HTTP::porxy.
I find the example code below and run it in the windows command line.
But I don't know how to set my browser(IE) to use the proxy.
Can somebody help me?

Ahhhh.. ya think it might be an option in IE?
 
W

w.c.humann

Hi all,
I just want to test a perl module HTTP::porxy.
I find the example code below and run it in the windows command line.
But I don't know how to set my browser(IE) to use the proxy.

Indeed more an IE question than a perl question. Anyway:

Tools -> Internet Options... -> Connections -> LAN Settings... ->
Proxy Server
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top