Rdebu commented on issue #54: URL: https://github.com/apache/apisix-java-plugin-runner/issues/54#issuecomment-891492691
> > Is that a splice after apisix's IP + port ?If yes, if I want to jump to another IP port,what can I do? > > This cannot be done in java runner. I think you should configure upstream in apisix to do this. > > > there is a "request.setArg()" Is the ARG of a POST request in the body of the request > > no > > > Is the ARG of a GET request in the URI > > yes, see: https://github.com/openresty/lua-nginx-module#ngxreqset_uri_args I forgot about upstream hahahhah . I understand the ARG of a GET request in the URI . thx. But the ARG of a POST request is not in the body of the request,where are the args appended or be modified ? -- 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]
