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

Response Headers aren't easily validated #46

Open
comet528 opened this issue Jan 18, 2024 · 1 comment
Open

Response Headers aren't easily validated #46

comet528 opened this issue Jan 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@comet528
Copy link

When attempting to validate an http response with a mandatory response header, validation is successful even when the mandatory header is missing.

Challenge is that currently there is a ValidateResponseBody function, but no equivalant ValidateResponseHeaders. Request headers are correctly validated.

@daveshanley daveshanley added the enhancement New feature or request label Jan 18, 2024
@daveshanley
Copy link
Member

This is a gap in the validator and needs to be included.

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

No branches or pull requests

2 participants