Pycurl proxy authentication anyone?
JanC
usenet_spam at janc.invalid
Fri Nov 7 02:28:36 EST 2003
More information about the Python-list mailing list
Fri Nov 7 02:28:36 EST 2003
- Previous message (by thread): Pycurl proxy authentication anyone?
- Next message (by thread): Adding localization feature to a web-project
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark Ferguson <mark.ferguson at newellandbudge.com> schreef: > I've been trying to get a simple pycurl script working with an > authenticating proxy, here is the code (with changes to protect the > guilty!): > c.setopt(PROXYPORT,80) > c.setopt(PROXYUSERPWD,"dummyuser:dummypasswd") > c.setopt(HTTPAUTH,8) #NTLM Shouldn't that last line be: c.setopt(PROXYAUTH,8) #NTLM -- JanC "Be strict when sending and tolerant when receiving." RFC 1958 - Architectural Principles of the Internet - section 3.9
- Previous message (by thread): Pycurl proxy authentication anyone?
- Next message (by thread): Adding localization feature to a web-project
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list