dargoner opened a new issue, #7575: URL: https://github.com/apache/apisix/issues/7575
### Description Add Java runner postfilter to "ext-plugin-post-resp". We need to get the original response information (response header and response body), and perform field interception, unified formatting, encryption or signature processing. At present, it seems that there is no way to get this response body information (response header can be obtained). Do you have any plan? The implementation logic of the Lua version of "rewrite response plugin" is now too simple to consider complex response information processing. Can you add a remote call or custom logic to process the response and then return? -- 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]
