Comment Solution for NTLM Authorization Proxy Server (Score 1) 358
Some users need to use NTLM Authorization Proxy Server because their admins don't allow any client except IE.
Just add the two last lines at the beginning of client_header_fix function in client.py :
def client_header_fix(self):
""
self.logger.log('*** Trying to fix client header...')
# Remove referer
self.client_head_obj.del_param('referer')
Just add the two last lines at the beginning of client_header_fix function in client.py
def client_header_fix(self):
""
self.logger.log('*** Trying to fix client header...')
# Remove referer
self.client_head_obj.del_param('referer')