标签: python serve proxybroker
我已经使用以下命令启动了服务器:
proxybroker serve --host 127.0.0.1 --port 8888 --types HTTP HTTPS --lvl High --max-resp-time 2
如何从此服务器访问数据?
当我尝试做这样的事情时 requests.get('http://127.0.0.1:8888') 我得到回应<Response [504]>
requests.get('http://127.0.0.1:8888')
<Response [504]>