Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Looking for a particular http proxy...

Reply
Thread Tools

Looking for a particular http proxy...

 
 
Fred Pacquier
Guest
Posts: n/a
 
      01-12-2006
Hello,

I would be grateful if someone could point me to an existing and working
http proxy implementation that satisfies the following requirements :

- as small and simple as possible, ideally no dependencies outside python
- easy to customize (for controlling outgoing http headers for instance)
- supports chaining to another remote proxy

I have spent some time on the list at :
http://xhaus.com/alan/python/proxies.html

....but haven't found what I need yet : Some old pages/packages have broken
links ; some are too full-featured and/or have heavy dependencies (xml,
ssl, twisted etc.) ; some have remote proxy support but are complicated
enough that I'm not sure where to hack at the request headers ; and the
really simple ones don't chain to other proxies.

Actually "Tiny HTTP Proxy" and its derivatives would be just fine for what
I want to do, but I don't know how and where to add remote proxy support.
I did get httpMonitor to work (although it is overkill), but it depends on
PyXML (still 900 KB even pared down some), and it seems to have some
strange side effects on the browser.

Any ideas welcome,
TIA,
fp

--
YAFAP : http://www.multimania.com/fredp/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTTP SOAP/HTTP GET/HTTP POST milan_9211 Software 0 01-10-2011 02:10 PM
how can i get particular datafrom #<Net::HTTP google.co ope Priyank Shah Ruby 2 09-14-2010 04:51 AM
get particular thing from #<Net::HTTP google.com:80 open=tru Priyank Shah Ruby 1 09-10-2010 02:19 PM
How to use a particular interface in net/http Farhad Farzaneh Ruby 0 10-02-2009 12:30 AM
Net::HTTP.get_response hangs with particular url Erik Ruby 2 04-04-2007 06:34 AM



Advertisments