Jinggit
Results
1
comments of
Jinggit
To solve NTLM authentication, the following working for me. site-packages\linkcheck\director\aggregator.py ... from requests_ntlm import HttpNtlmAuth ... def new_request_session(config, cookies): """Create a new request session.""" session = requests.Session() if config["ntlmuser"] and...