Response Steps

Response header inspection. Cache headers, security headers, CDN signals: things DevOps and Compliance verify per release.

Step phrasings in this group

The book sidebar lists each individual step page under this group.

Then the response should contain the header "content-type"

Assert the most recent navigation response carried a header (case-insensitive).

Then the response should not contain the header "x-fake-header"

Assert the most recent navigation response did NOT carry a header.

Then the response header "content-type" should contain the value "html"

Assert a header's value contains a substring.

Then the response header "content-type" should not contain the value "application/json"

Assert a header's value does NOT contain a substring (or the header is absent).

Back to all step groups