Validate the response
Validate the response headers and body based on a set criteria.
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.