15003476628 opened a new issue, #230:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/230

   ### Issue description
   
   ### Environment
   
   * your apisix-java-plugin-runner version 0.4  
   
   说明:
       首先在apisix-dashboard上面配置了2个插件, 分别是 ext-plugin-pre-req 
和ext-plugin-post-resp !
      对应的的 java-plugin 分别名称分别 demo1 和 demo2,
      在插件demo1 的filter 方法中, 会处理逻辑, 并且把用户信息发在 请求头中, 
request.setHeader("userInfo","用户信息");
   
   现在需要在 demo2 中根据用户信息,处理 响应体信息
   但是如何才能 在
   
    public void postFilter(PostRequest request, PostResponse response, 
PluginFilterChain chain){
   }
   这个方法中获取用户信息?
   


-- 
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: notifications-unsubscr...@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to