Inject error
add_error_ruleAdd a rule to break matching HTTP requests by resetting, closing, or hanging the connection to simulate network errors.
Instructions
Break matching requests: reset/close the connection or hang (timeout).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| method | No | HTTP method to match (GET, POST, ...). Omit = all methods. | |
| urlPattern | No | RegExp source matched case-insensitively against the full request URL. |