Table of Contents |
---|
...
- Request transformation: use this policy to transform a header, body, or the query string in the upstream request before it is sent forwarded to its endpoint.
- Response transformation: use this policy to transform a header or JSON content in the API response that is returned to the caller.
...
Order | Request Transformer | Response Transformer |
---|---|---|
1 | Remove | Remove |
2 | Rename | Replace |
3 | Replace | Add |
4 | Add | Append |
5 | Append | N/A |
Limitations
...