Conditionally modify upstream response body in Kong
I’m currently working with Kong and I need to modify the body of upstream responses based on certain conditions. Specifically, I want to modify the body only if the request is a POST request. I’ve tried using the “response transformer” plugin, but I can’t figure out how to add this specific condition.