Open
Description
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.