break

Adds a custom HTTP breakpoint. The string is the string to match. Location may be one of: url, request_header, request_body, response_header or response_body. Match may be: contains or regex. Inverse (match) may be true or false. Lastly, ignorecase (when matching the string) may be true or false.

get/JSON/break/action/addHttpBreakpoint/

Response

Error of JSON endpoints.

codestring required
messagestring required
detailstring

Changes