0

i need to parse json from backend and modify it, for example remove urls for pagination, the consumer don't want it. And i can't modify this in backend. how to do this with response-rewrite plugin. getting response from backend in variable and do json parsing...

Yogi Devendra
  • 711
  • 1
  • 4
  • 18

1 Answers1

0

You can configure filters in this plugin to replace certain content

ref: https://apisix.apache.org/docs/apisix/plugins/response-rewrite/

enter image description here

Jintao Zhang
  • 778
  • 5
  • 9