lingbao08 opened a new issue, #11459:
URL: https://github.com/apache/apisix/issues/11459

   ### Description
   
   APISIX version: 3.9.0
   lua: 5.1
   run it in windows docker desktop.
   
   I code a custom plugins: token-obtain(priority :88), api-encrypt(priority : 
80),proxy-post-auth (priority :1007, consumer plugin).
   if I config all into a consumer , it works.
   - details: 
        - router plugins: proxy-post-auth, proxy-rewrite(priority :1008, apisix 
self plugin)
        - consumer plugins: proxy-post-auth, token-obtain, api-encrypt
   
   now, i config api-encrypt plugin into router, it not works.
   response headers has follow : 
           Apisix-Plugins: proxy-rewrite, api-encrypt, proxy-post-auth
   
   how can I make it works ?
   
    thx for u attention.
   
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.9.0
   - Operating system (run `uname -a`): 
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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