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 Owin wrapper to capture all headers as attributes #560

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

Enabled Owin wrapper to capture all headers as attributes #560

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

Comments

@vuqtran88
Copy link
Contributor

vuqtran88 commented May 15, 2021

Feature Description

Enabled Owin 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. Integration tests should to test attribute inclusion/exclusion.

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
@jaffinito jaffinito self-assigned this May 24, 2021
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.

2 participants