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

Enabled AspNetCore wrapper to capture all headers as attributes #559

Closed
vuqtran88 opened this issue May 15, 2021 · 0 comments · Fixed by #583
Closed

Enabled AspNetCore wrapper to capture all headers as attributes #559

vuqtran88 opened this issue May 15, 2021 · 0 comments · Fixed by #583
Assignees
Labels
enhancement New feature or request

Comments

@vuqtran88
Copy link
Contributor

Feature Description

Enabled AspNetCore wrapper to capture all headers as attributes if the allow_all_headers setting is set to true
Acceptance Criteria
Captures all headers as attributes if allow_all_headers enabled.
Automatically captures the following request headers regardless the condition of the allow_all_headers
request.headers.referer
Request.headers.accept
request.headers.contentLength
request.headers.host
request.headers.userAgent
Adds integration tests.
Test high security mode.

@vuqtran88 vuqtran88 added the enhancement New feature or request label May 15, 2021
@vuqtran88 vuqtran88 added this to the Capture Custom Http Headers milestone May 15, 2021
@vuqtran88 vuqtran88 linked a pull request May 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant