Request Chaining
This feature is available only in the paid version.
- You can chain requests at
request
,folder
&collection
level - Run
multiple
pre requests in sequence - Run pre-request based on
condition
- Re-order pre requests using
drag & drop
Condition based on Variable Value
- The following conditions are supported
=, !=, <=, <, >=, >, *=, ^=, $=
*=
performscontains
operation^=
performsstartsWith
operation$=
performsendsWith
operation