Fields
Sample data
This plugin does not change the response. It only inspects it and either lets it through or fails the request, so there is no before/after to show. A typical setup lists one or more response validators that confirm the response looks the way you expect. For example, a connection that should only accept responses carrying the expected body and header might list a body check and a header check together. Both must pass for the response to be accepted.| Field | Value |
|---|---|
| Validations | A body validator plus a header-exists validator |