Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python proxy.. A simple one! [closed]

Tags:

python

proxy

What is the simplest way to create a HTTP proxy with Python? As far as I can understand, it should be possible to create the proxy relatively easily with a couple lines of code using the standard library HTTP server features and urlopen or Requests.

like image 465
Jake Avatar asked Aug 13 '10 19:08

Jake


1 Answers

One incredibly simple one is python-proxy. I found it on the list of python proxies at xhaus, which was the top result when I googled "python proxy server" (sans quotes).

like image 129
Brian Avatar answered Oct 21 '22 11:10

Brian