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
これを達成する方法の例はありますか?
私がする必要があったのは、 client コンストラクターに proxy={'https':'http://user:pass@proxy:port'} を渡すことだけだったようです。