Hi ,
We are currently using Oracle API Gateway to protect a set of backend REST APIs. As part of a new requirement, we need to manipulate the JSON responses returned from these APIs to replace any links containing backend service hostnames with public-facing hostnames.
is it possible to apply a policy within Oracle API Gateway that can inspect and modify the response body, specifically to replace hostnames in the JSON content?