Avoid calling the target endpoint and call the ServiceCallout instead

Hello,

In an Apigee proxy flow, is it possible to call the ServiceCallout policy and send it's response to the client and avoid calling the target endpoint based?

Solved Solved
0 1 168
1 ACCEPTED SOLUTION

You can create a null route to not route to target endpoint and you can use service callout policy instead to revoke backend services.

View solution in original post

1 REPLY 1

You can create a null route to not route to target endpoint and you can use service callout policy instead to revoke backend services.