Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过需要基本身份验证的 suds 通过也需要基本身份验证的代理来访问 Web 服务,但我不断得到:
suds.transport.TransportError: HTTP Error 401: Authorization Required
有没有人有如何做到这一点的例子?
看起来我需要做的就是将 proxy={'https':'http://user:pass@proxy:port'} 传递给 Client 构造函数。