NLog.Targets.HTTP icon indicating copy to clipboard operation
NLog.Targets.HTTP copied to clipboard

Is there any way to use Windows authentication or kerberos?

Open DSBloom opened this issue 1 year ago • 1 comments

I want to write logs to an internal API that uses Windows authentication. Is this possible? I don't see anything in the docs and my API returns a 401.

DSBloom avatar Mar 28 '23 22:03 DSBloom

Not in the current version. But seems to be doable: https://blog.thenetw.org/2021/02/04/NTLM-Authentication-with-http-client/

DarekDan avatar Mar 28 '23 23:03 DarekDan