Hi.
Which ZAP version are you using?
Are you leaving the "Realm" field empty? (the "Realm" is used as
domain in NTLM auth)
The best way is to provide the log file with an authentication
attempt (you might need to obfuscate sensitive information, although
it would be better to leave, at least, the NTLM challenge message).
First you have to change the log4j.properties file (located in ZAP's
default directory [1]).
You need to add the following line to the end of the file:
log4j.logger.httpclient.wire.header=DEBUG
and change the line:
log4j.logger.org.apache.commons.httpclient=ERROR
to:
log4j.logger.org.apache.commons.httpclient=DEBUG