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] Request Body not correctly parsed, also redacted #2334

Open
patently opened this issue Apr 17, 2024 · 0 comments
Open

[BUG] Request Body not correctly parsed, also redacted #2334

patently opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something isn't working community triage

Comments

@patently
Copy link

APM Agent version

1.26.0

Environment

.NET 4.7.2, Web API

Describe the bug

http.request.body.original is split and also being REDACTED despite having added

to the web.config

To Reproduce

Any calls to the API

Expected behavior

http.request.body.original contains the json passed when calling the action

Actual behavior

http.request.body.original is split and [REDACTED] is shown

image

@patently patently added the bug Something isn't working label Apr 17, 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

0 participants