NLog.Targets.HTTP
NLog.Targets.HTTP copied to clipboard
Is there any way to use Windows authentication or kerberos?
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.
Not in the current version. But seems to be doable: https://blog.thenetw.org/2021/02/04/NTLM-Authentication-with-http-client/