私はこれが簡単であることを知っています..私は何かが欠けています..私はあきらめます!!
#!/bin/sh
export http_proxy='http://unblocksitesnow.info'
rm -f index.html*
strace -Ff -o /tmp/mm.log -s 200 wget 'http://slashdot.org'
別のプロキシサーバーを使用しました..無駄に..デフォルトページを取得しました.. /etc/wgetrc use_proxy = on
実際、私はこの設定 (http_proxy) を python の urllib2 で使用しようとしています。デフォルトページにもアクセスします..
strace - プロキシ サーバーの DNS ルックアップを行います GET http://slashdot.org/ HTTP/1.0\r\nUser-Agent: Wget/1.11.4\r\nAccept: / \r\nHost: slashdot.org\r \n\r\n
ポインタはありますか??