pyproxy icon indicating copy to clipboard operation
pyproxy copied to clipboard

HTTP(s) proxy server base on tornado, in one file!

Results 4 pyproxy issues
Sort by recently updated
recently updated
newest added

``` [I 210728 19:10:33 pyproxy:242] http server started on 127.0.0.1:8080 [E 210728 19:10:38 web:1789] Uncaught exception CONNECT :443 (127.0.0.1) HTTPServerRequest(protocol='http', host='', method='CONNECT', uri=':443', version='HTTP/1.1', remote_ip='127.0.0.1') Traceback (most recent call last):...

环境:win7x64,python3.6.5 x86,tornado5.0.2 在IE中设置http代理访问www.baidu.com报错: D:\>python pyproxy.py [I 180625 16:57:01 pyproxy:441] http server started on 127.0.0.1:8888 [E 180625 16:57:05 http1connection:54] Uncaught exception Traceback (most recent call last): File "C:\Program Files (x86)\Python36-32\lib\site-packages\tornado\http1co nnection.py",...

Changed string to byte type when needed, and vice versa.