Is there any way to set header with boolean value for checking contains like this.
<setHeader name="status">
<simple>${headers.type} contains 'client'</simple>
</setHeader>
This should set status as true if type contains client else false.
Is there any way to set header with boolean value for checking contains like this.
<setHeader name="status">
<simple>${headers.type} contains 'client'</simple>
</setHeader>
This should set status as true if type contains client else false.