ID EN
Urllib Request

ProxyDigestAuthHandler

Python 3.11

Handle authentication with the proxy. password_mgr, if given, should be something that is compatible with HTTPPasswordMgr; refer to section HTTPPasswordMgr Objects for information on the interface that must be supported.

Syntax

PYTHON
class urllib.request.ProxyDigestAuthHandler(password_mgr=None)

See Also

HTTPPasswordMgr HTTPPasswordMgr Objects