You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: