shreemaan-abhishek commented on issue #9928: URL: https://github.com/apache/apisix/issues/9928#issuecomment-1661594324
APISIX plugins are executed sequentially through the phases in openresty: <img width="559" alt="image" src="https://github.com/apache/apisix/assets/61597896/b00750d5-a78f-4215-9ae4-4a691db9910e"> i.e plugins that run on the `rewrite` phase will always execute before the plugins in the `access` phase irrespective of priority. (the priority is followed strictly among the plugins that run under the same given execution phase). -- 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]
