Skip to main content

HTTP Headers

Compare the runtime value to the expected value for HTTP cookies.

This assertion checks the headers of an HTTP response and checks whether they match the expected value.

Example

{ 
"type": "httpHeaders",
"config": {
"headers": "content-encoding,content-type"
}
}

Configuration

KeyDescription
headersComma-separated headers that will be compared at replay time.