How to bypass interceptors
can any once answer this please.
In OCSG all interceptors are invoking for every request. If I want to bypass the some of the interceptors (custom or system) how it can be done?
When we deploy cc_interceptors for every request these interceptors are invoking and checking for ‘chargin.amount’ parameter. If some the request doesn’t have this parameter then throwing exception saying that invalid parameter or something.
So how to restrict this at interceptor level.
Thanks,
Srinu P