Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] NTLM negotiation logged as ERROR #2466

Open
dsantos98 opened this issue Oct 15, 2024 · 0 comments
Open

[BUG] NTLM negotiation logged as ERROR #2466

dsantos98 opened this issue Oct 15, 2024 · 0 comments
Labels
bug Something isn't working community triage

Comments

@dsantos98
Copy link

dsantos98 commented Oct 15, 2024

APM Agent version

1.30.0

Environment

Windows
.NET Framework 4.8 WebApp

Describe the bug

The situation I came across is when my web application receives a request and that request triggers a request/transaction using HttpWebRequest (System.Net) with NTLM authentication.
This transaction is logged as an error (401) which is the NTLM negotiation response despite the transaction actually giving 200.

Expected behavior

The transaction will be logged as success instead of the current error state

@dsantos98 dsantos98 added the bug Something isn't working label Oct 15, 2024
@dsantos98 dsantos98 changed the title [BUG] [BUG] NTLM negotiation logged as ERROR Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community triage
Projects
None yet
Development

No branches or pull requests

1 participant