I have a Service Callout Policy along with other policies in my API Proxy which calls some service.
Now I have a requirement where on the basis of some query parameter in the request , I have to bypass the Service CallOut policy and just forward the whole request (along with headers, queryparams etc) to the next policy in API Proxy which means that ServiceCallOut Policy should not be executed at all.
How I can achieve that ? Is there any policy ?
Thanks
Gaurav