shanu_040 has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I like to write a script which should work as proxy server. If I create a proxy server using HTTP::Proxy I need to configure browser to use it but I do not want to configure the browser. What I am trying is:
Let say the Proxy URL: somedomain.com:3128
Requested Site: http://somesite.com/
No Browser Configuration for proxy
If I type http://somedomain.com:3128?uri=http://somesite.com/
on browser's address bar it should open the page for requested site.
Could you please help me, How do I approach it.
give some ideas how should I proceed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating a Proxy Server Using HTTP::Proxy
by marto (Cardinal) on Aug 09, 2010 at 10:19 UTC | |
|
Re: Creating a Proxy Server Using HTTP::Proxy
by Anonymous Monk on Aug 10, 2010 at 02:46 UTC | |
by shanu_040 (Sexton) on Aug 10, 2010 at 09:40 UTC | |
by marto (Cardinal) on Aug 10, 2010 at 09:52 UTC | |
by shanu_040 (Sexton) on Aug 10, 2010 at 11:39 UTC | |
by marto (Cardinal) on Aug 10, 2010 at 11:50 UTC |