Skip to main content
Validate the response headers and body based on a set criteria. Add this to a connection when you want to be sure the other system actually answered the way you expect, not just that it answered. Each time a response comes back, this plugin runs it through the checks you choose. If every check passes, the response continues on as normal; if any check fails, the request is treated as failed and the connection raises an error instead of letting bad data through. Use it to catch things like a missing header or a body that does not contain what it should.

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.
FieldValue
ValidationsA body validator plus a header-exists validator