qwj / python-proxy

HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
MIT License
1.93k stars 323 forks source link

http proxy fail for pproxy -l http://:9000/ -r http://httpbin.org/ -v #167

Closed chen19901225 closed 1 year ago

chen19901225 commented 1 year ago

use command pproxy -l http://:9000/ -r http://httpbin.org/ -v or pproxy -l http+httponly://:9000 -r http+httponly://httpbin.org/ -v

then curl 'http://127.0.0.1:9000/' get curl: (52) Empty reply from server and command log show Serving on :9000 by http,httponly 404 GET / from 127.0.0.1

does i use is uncorrected?

Thoufak commented 11 months ago

@chen19901225, How did you solve this?