Breadcrumbs

HttpCodeBetween

Summary

Applies a condition that is true if the response code is between the high and low boundaries of the component (inclusive). Generally, a code between 200 and 299 is considered a success.

image2018-2-28 15:37:24.png

Properties

  • Code Low : The lower limit that the response code should not exceed (inclusive).

  • Code High : The upper limit that the response code should not exceed (inclusive).