ActiveState Powered by ActiveState

ActiveState Community


proxy script to accept a Http 'get' request from my python program and forward it to the web server

Posted by borg on 2008-08-07 09:08

I'm looking for a simple proxy that would accept a Http 'get' request from my python program and forward it to the web server.....could anyone plz provide me with a sample python script for such a proxy.....

i intend to deploy the proxy on a virtual IP-say 192.168.19.6 on eth0:3.
so i need to be sending a Get requet via the proxy server to the URL( www.example.com)......

Plz help,Thanks in advance

-->