Closed
Description
The ftw YAML format spec says:
response_contains
Description: Checks the entire response against the regular expression provided.
However, go-ftw
only matches against the body of the response. This causes problems for tests that want to check that a a specific header is set by the firewall, or want to check responses that have no body.