vaibhavsw opened a new issue, #7916: URL: https://github.com/apache/apisix/issues/7916
### Description How do I capture the response body, headers, and status codes from the response of Upstream, send it to an external service for transformation and processing, and then send the response back from the transformation service to the client? In this direct response of the upstream is not sent to the client, rather the response from the upstream is modified by an external service, and then the response of modification is then sent to the client ### Environment - APISIX version (run apisix version): 2.15 - Operating system (run uname -a): MacOS - OpenResty / Nginx version (run openresty -V or nginx -V): nginx version: openresty/1.21.4.1 - etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info): 3.4.15 - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run luarocks --version): 3.8.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
