jinxin231 opened a new issue, #11749: URL: https://github.com/apache/apisix/issues/11749
### Description Background: By using a custom plugin, dynamically create consumers and implement different limit count strategies on different consumers. Because it is an online system and we do not want to change the current authentication strategy, we need to modify the existing authentication strategy in the plugin to match with a unique API key (choosing key-auth plugin), so it can match with the corresponding consumer. The current issue is that proxy-write is not suitable for this scenario. How can we rewrite the request header? ### Environment - APISIX version (run `apisix version`):3.9 - Operating system (run `uname -a`):x86_64 GNU/Linux - 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
