E
elca
Hello All
Happy New Year!
i have some question about python mechanize 's proxy support.
im making some web client script, and i would like to insert proxy support
function into my script.
for example ,if i have such like following some script.
how can i add proxy support into my mechanize script?
i was look for some reference , but not so much good hint from google.
params = urllib.urlencode({'id':id, 'passwd'w})
rq = mechanize.Request("http://www.example.com" params)
rs = mechanize.urlopen(rq)
whenever i open this 'www.example.com' website , i would like open go
through proxy.
Thanks in advance!
Happy New Year!
i have some question about python mechanize 's proxy support.
im making some web client script, and i would like to insert proxy support
function into my script.
for example ,if i have such like following some script.
how can i add proxy support into my mechanize script?
i was look for some reference , but not so much good hint from google.
params = urllib.urlencode({'id':id, 'passwd'w})
rq = mechanize.Request("http://www.example.com" params)
rs = mechanize.urlopen(rq)
whenever i open this 'www.example.com' website , i would like open go
through proxy.
Thanks in advance!