I'm troubleshooting a problem with one of our vendors and plan to send them a Fiddler trace of the http traffic between the client and our servers while replicating the issue.
Our servers use NTLM authentication so the NTLM token is passed in the http authorization header. If the token captured in the Fiddler trace can be used by someone else to impersonate the authenticated user I need to scrub it from the trace. Is it necessary for me to scrub it?