| Store | Cart

urllib & browser proxy settings

From: JanC <usen...@janc.invalid>
Thu, 11 Mar 2004 05:24:52 GMT
chris.lyon at spritenote.co.uk (Chris Lyon) schreef:

> I am running a medusa bases server, which spawns a copy process which> reports back it's status using urllib as below
[...]
> This is all works very well and life is a sea of tranquility and> programming is fun (see threads passim.)> > However when the server is used in the presence of a system which has> the browser proxy setting activated (mozilla or IE) It fails with> "Software caused connection abort".

Did you try:

f = urllib.urlopen("http://localhost:8088/root/copyresult", params, proxies={})


-- 
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9

Recent Messages in this Thread
Chris Lyon Mar 10, 2004 10:12 am
JanC Mar 11, 2004 05:24 am
Messages in this thread