apisix-java-plugin-runner
apisix-java-plugin-runner copied to clipboard
request help: How can i modify the request body with java plugin?
Issue description
How can i modify the request body with java plugin?
Environment
- your apisix-java-plugin-runner version:0.4.0
request.setBody(bodyStr),this method is not effective。
can you help me see? thank you very much
you can try the solution here: https://github.com/gaoxingliang/apisix-java-plugin-runner/blob/encrypt-response/runner-starter/src/main/java/org/apache/apisix/plugin/runner/filter/DecryptRequestFilter.java#L78 This depends on the source code change by adding a new method changeBody to make it work. and the readme: https://github.com/gaoxingliang/apisix-java-plugin-runner/blob/encrypt-response/readme-new.md